Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/lmm.h
21,11 → 21,11
 
/**
------------
CVS : $Id: lmm.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: lmm.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 $
------------
 
this code is from:
80,7 → 80,9
// this part was oskit/lmm.h
 
#include <sys/types.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
typedef DWORD lmm_flags_t;
typedef int lmm_pri_t;
 
161,4 → 163,5
assertk(reg->free <= reg->max - reg->min); \
}
 
__END_DECLS
#endif