Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/include/kernel/func.h
73,7 → 73,7
#define __KERNEL_FUNC_H__
 
#include <ll/ll.h>
#include <ll/stdio.h>
#include <arch/stdio.h>
#include <kernel/types.h>
#include <kernel/model.h>
#include <kernel/mem.h>
89,7 → 89,7
/* if a source use printk() it should include log.h not func.h */
#include <kernel/log.h>
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS