Also define PAGE_SIZE in armddk.h if it isn't already defined (allows cmlib to compile, amongst others)

svn path=/trunk/; revision=41878
This commit is contained in:
ReactOS Portable Systems Group 2009-07-11 13:00:09 +00:00
parent 0e36ca655c
commit 0c7489b058

View file

@ -16,6 +16,13 @@
#define POWER_LEVEL 30
#define HIGH_LEVEL 31
//
// Page size
//
#ifndef PAGE_SIZE
#define PAGE_SIZE 0x1000
#endif
//
// FIXME: mmtypes.h?
//