mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 13:50:25 +08:00
compile atapi.sys (add needed def for PAGE_SIZE)
svn path=/branches/powerpc/; revision=24158
This commit is contained in:
@@ -5500,6 +5500,10 @@ KeGetCurrentProcessorNumber(VOID)
|
||||
{
|
||||
return 0; // XXX arty fixme
|
||||
}
|
||||
|
||||
#define PAGE_SIZE 0x1000
|
||||
#define PAGE_SHIFT 12L
|
||||
|
||||
#endif /* _X86_ */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user