- Move global variable declaration to .c file instead of a header. Hinted by Timo.

svn path=/trunk/; revision=36062
This commit is contained in:
Stefan Ginsberg 2008-09-08 16:28:38 +00:00
parent 8d7388ee07
commit 167bb42611
2 changed files with 2 additions and 2 deletions

View file

@ -388,8 +388,6 @@ typedef VOID
BOOLEAN Dirty
);
PMM_AVL_TABLE MmKernelAddressSpace;
/* marea.c *******************************************************************/
NTSTATUS

View file

@ -22,6 +22,8 @@ ULONG MmReadClusterSize;
MM_STATS MmStats;
PMM_AVL_TABLE MmKernelAddressSpace;
/* FUNCTIONS ****************************************************************/
VOID