You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
738 B
45 lines
738 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation All Rights Reserved
|
|
|
|
Module Name:
|
|
|
|
hpsp.h
|
|
|
|
Abstract:
|
|
|
|
This header file contains the private structure and function
|
|
declarations for the hotplugsim driver
|
|
|
|
Environment:
|
|
|
|
Kernel Mode
|
|
|
|
Revision History:
|
|
|
|
Davis Walker (dwalker) Sept 8 2000
|
|
|
|
--*/
|
|
|
|
#ifndef HPSP_H
|
|
#define HPSP_H
|
|
|
|
//#include <ntos.h>
|
|
//#include <ntrtl.h>
|
|
#include <ntddk.h>
|
|
//#include <pci.h>
|
|
#include "shpc.h"
|
|
#include "interface.h"
|
|
#include "hpsim.h"
|
|
#include "hptest.h"
|
|
#include "simguid.h"
|
|
#include "wdmguid.h"
|
|
#include "wmilib.h"
|
|
#include "wmistr.h"
|
|
#include "acpiioct.h"
|
|
#include "spci.h"
|
|
#include "hpwmi.h"
|
|
#include "hpsstruct.h"
|
|
#include "hpsfunc.h"
|
|
|
|
#endif
|