mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Moved header
svn path=/trunk/; revision=1766
This commit is contained in:
parent
0d87c04fdb
commit
c48815ca85
1 changed files with 10 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue