diff --git a/reactos/include/ddk/mmfuncs.h b/reactos/include/ddk/mmfuncs.h index d94ad55705d..15a758ad074 100644 --- a/reactos/include/ddk/mmfuncs.h +++ b/reactos/include/ddk/mmfuncs.h @@ -1,6 +1,6 @@ #ifndef _INCLUDE_DDK_MMFUNCS_H #define _INCLUDE_DDK_MMFUNCS_H -/* $Id: mmfuncs.h,v 1.8 2000/10/07 13:41:46 dwelch Exp $ */ +/* $Id: mmfuncs.h,v 1.9 2001/03/31 16:02:07 phreak Exp $ */ /* MEMORY MANAGMENT ******************************************************/ #include @@ -81,6 +81,12 @@ MmAllocateContiguousMemory ( IN ULONG NumberOfBytes, IN PHYSICAL_ADDRESS HighestAcceptableAddress ); + +PVOID STDCALL +MmAllocateContiguousAlignedMemory(IN ULONG NumberOfBytes, + IN PHYSICAL_ADDRESS HighestAcceptableAddress, + IN ULONG Alignment); + PVOID STDCALL MmAllocateNonCachedMemory (