forked from xt-sys/exectos
		
	Rename internal kernel headers to distinguish them easily from XTDK
This commit is contained in:
		
							
								
								
									
										21
									
								
								xtoskrnl/includes/i686/mmi.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								xtoskrnl/includes/i686/mmi.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| /** | ||||
|  * PROJECT:         ExectOS | ||||
|  * COPYRIGHT:       See COPYING.md in the top level directory | ||||
|  * FILE:            xtoskrnl/includes/i686/mmi.h | ||||
|  * DESCRIPTION:     XT memory manager routines specific to i686 architecture | ||||
|  * DEVELOPERS:      Rafal Kupiec <belliash@codingworkshop.eu.org> | ||||
|  */ | ||||
|  | ||||
| #ifndef __XTOSKRNL_I686_MMI_H | ||||
| #define __XTOSKRNL_I686_MMI_H | ||||
|  | ||||
| #include <xtos.h> | ||||
|  | ||||
|  | ||||
| /* I686 Memory Manager routines forward references */ | ||||
| XTFASTCALL | ||||
| VOID | ||||
| MmZeroPages(IN PVOID Address, | ||||
|             IN ULONG Size); | ||||
|  | ||||
| #endif /* __XTOSKRNL_I686_MMI_H */ | ||||
		Reference in New Issue
	
	Block a user