22 lines
279 B
C
22 lines
279 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1989-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
exp.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This module contains the private (internal) header file for the executive.
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef _EXP_
|
||
|
#define _EXP_
|
||
|
|
||
|
#include <ntos.h>
|
||
|
#include <pool.h>
|
||
|
|
||
|
#endif // _EXP_
|