- Move from using include guards to pragma once.
[reactos.git] / reactos / hal / halx86 / include / bus.h
index 295bc5d..81b5e5f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __INTERNAL_HAL_BUS_H
-#define __INTERNAL_HAL_BUS_H
+#pragma once
 
 //
 // Helper Macros
@@ -363,8 +362,4 @@ extern BOOLEAN HalpPCIConfigInitialized;
 extern BUS_HANDLER HalpFakePciBusHandler;
 extern ULONG HalpMinPciBus, HalpMaxPciBus;
 
-#endif /* __INTERNAL_HAL_BUS_H */
-
 /* EOF */
-
-