Author: ros-arm-bringup Date: Sat Jul 11 17:00:09 2009 New Revision: 41878
URL: http://svn.reactos.org/svn/reactos?rev=41878&view=rev Log: Also define PAGE_SIZE in armddk.h if it isn't already defined (allows cmlib to compile, amongst others)
Modified: trunk/reactos/include/reactos/arm/armddk.h
Modified: trunk/reactos/include/reactos/arm/armddk.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/arm/armddk.... ============================================================================== --- trunk/reactos/include/reactos/arm/armddk.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/arm/armddk.h [iso-8859-1] Sat Jul 11 17:00:09 2009 @@ -15,6 +15,13 @@ #define IPI_LEVEL 29 #define POWER_LEVEL 30 #define HIGH_LEVEL 31 + +// +// Page size +// +#ifndef PAGE_SIZE +#define PAGE_SIZE 0x1000 +#endif
// // FIXME: mmtypes.h?