2025-04-27 07:49:33 -04:00

30 lines
336 B
C

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
list.h
Abstract:
List Entry Manipulation functions
Author:
Based on code by Mike Tsang (MikeTs)
Stephane Plante (Splante)
Environment:
User mode only
Revision History:
--*/
#ifndef _LIST_H_
#define _LIST_H_
#endif