[NTOSKRNL] Add a first implementation of !handle command in KDBG
[reactos.git] / drivers / bus / isapnp / isapnp.h
index 75ee3ec..04c10bd 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef _ISAPNP_PCH_
+#define _ISAPNP_PCH_
 
 #include <wdm.h>
 
@@ -40,6 +42,9 @@ typedef struct _ISAPNP_LOGICAL_DEVICE {
 } ISAPNP_LOGICAL_DEVICE, *PISAPNP_LOGICAL_DEVICE;
 
 /* isapnp.c */
+
+DRIVER_INITIALIZE DriverEntry;
+
 NTSTATUS
 NTAPI
 DriverEntry(
@@ -92,3 +97,5 @@ IsaHwActivateDevice(
 #ifdef __cplusplus
 }
 #endif
+
+#endif /* _ISAPNP_PCH_ */