Also define PAGE_SIZE in armddk.h if it isn't already defined (allows cmlib to compil...
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Sat, 11 Jul 2009 13:00:09 +0000 (13:00 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Sat, 11 Jul 2009 13:00:09 +0000 (13:00 +0000)
svn path=/trunk/; revision=41878

reactos/include/reactos/arm/armddk.h

index 31a6cca..70aa86c 100644 (file)
 #define POWER_LEVEL                       30
 #define HIGH_LEVEL                        31
 
+//
+// Page size
+//
+#ifndef PAGE_SIZE
+#define PAGE_SIZE 0x1000
+#endif
+
 //
 // FIXME: mmtypes.h?
 //