- Move from using include guards to pragma once.
[reactos.git] / reactos / hal / halx86 / include / mps.h
index 83f9cfb..ba76695 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __INCLUDE_HAL_MPS
-#define __INCLUDE_HAL_MPS
+#pragma once
 
 /* 
  * FIXME: This does not work if we have more than 24 IRQs (ie. more than one 
@@ -198,7 +197,4 @@ typedef struct _MP_CONFIGURATION_INTLOCAL
 
 VOID HalpInitMPS(VOID);
 
-
-#endif /* __INCLUDE_HAL_MPS */
-
 /* EOF */