Moved header

svn path=/trunk/; revision=1766
This commit is contained in:
Phillip Susi 2001-03-31 16:36:46 +00:00
parent 0d87c04fdb
commit c48815ca85

View file

@ -32,4 +32,14 @@ VOID HalpCalibrateStallExecution(VOID);
/* pci.c */
VOID HalpInitPciBus (VOID);
struct _ADAPTER_OBJECT {
int Channel;
PVOID PagePort;
PVOID CountPort;
PVOID OffsetPort;
KSPIN_LOCK SpinLock;
PVOID Buffer;
BOOLEAN Inuse;
};
#endif /* __INTERNAL_HAL_HAL_H */