mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
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:
parent
0e36ca655c
commit
0c7489b058
1 changed files with 7 additions and 0 deletions
|
@ -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?
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue