Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/mem.h
21,11 → 21,11
 
/**
------------
CVS : $Id: mem.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: mem.h,v 1.2 2003-03-13 13:36:28 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:36:28 $
------------
 
- Memory Management functions
59,7 → 59,10
#define __KERNEL_MEM_H__
 
#include <kernel/lmm.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/* Memory regions to be passed as flags... */
#define MEMORY_UNDER_1M 1
#define MEMORY_FROM_1M_TO_16M 2
94,5 → 97,5
/* statistical stuffs */
void kern_mem_dump(void);
 
 
__END_DECLS
#endif