Moved header
authorPhillip Susi <phreak@iag.net>
Sat, 31 Mar 2001 16:36:46 +0000 (16:36 +0000)
committerPhillip Susi <phreak@iag.net>
Sat, 31 Mar 2001 16:36:46 +0000 (16:36 +0000)
svn path=/trunk/; revision=1766

reactos/ntoskrnl/include/internal/hal/hal.h

index 5a9c56f..960cab6 100644 (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 */