forked from xt-sys/exectos
		
	Implement RtlInsertHeadList() and RtlInsertTailList()
This commit is contained in:
		@@ -22,6 +22,16 @@ XTINLINE
 | 
			
		||||
VOID
 | 
			
		||||
RtlInitializeListHead32(IN PLIST_ENTRY32 ListHead);
 | 
			
		||||
 | 
			
		||||
XTINLINE
 | 
			
		||||
VOID
 | 
			
		||||
RtlInsertHeadList(IN OUT PLIST_ENTRY ListHead,
 | 
			
		||||
                  IN OUT PLIST_ENTRY Entry);
 | 
			
		||||
 | 
			
		||||
XTINLINE
 | 
			
		||||
VOID
 | 
			
		||||
RtlInsertTailList(IN OUT PLIST_ENTRY ListHead,
 | 
			
		||||
                  IN OUT PLIST_ENTRY Entry);
 | 
			
		||||
 | 
			
		||||
XTINLINE
 | 
			
		||||
BOOLEAN
 | 
			
		||||
RtlListEmpty(PLIST_ENTRY ListHead);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user