forked from xt-sys/exectos
		
	Rename internal kernel headers to distinguish them easily from XTDK
This commit is contained in:
		
							
								
								
									
										21
									
								
								xtoskrnl/includes/i686/rtli.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								xtoskrnl/includes/i686/rtli.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| /** | ||||
|  * PROJECT:         ExectOS | ||||
|  * COPYRIGHT:       See COPYING.md in the top level directory | ||||
|  * FILE:            xtoskrnl/includes/i686/rtli.h | ||||
|  * DESCRIPTION:     XT runtime library routines specific to i686 architecture | ||||
|  * DEVELOPERS:      Rafal Kupiec <belliash@codingworkshop.eu.org> | ||||
|  */ | ||||
|  | ||||
| #ifndef __XTOSKRNL_I686_RTLI_H | ||||
| #define __XTOSKRNL_I686_RTLI_H | ||||
|  | ||||
| #include <xtos.h> | ||||
|  | ||||
|  | ||||
| /* Runtime Library routines specific to I686 forward references */ | ||||
| XTAPI | ||||
| VOID | ||||
| RtlGetStackLimits(OUT PULONG_PTR StackBase, | ||||
|                   OUT PULONG_PTR StackLimit); | ||||
|  | ||||
| #endif /* __XTOSKRNL_I686_RTLI_H */ | ||||
		Reference in New Issue
	
	Block a user