- Move from using include guards to pragma once.
[reactos.git] / reactos / hal / halx86 / include / haldma.h
index 1770770..2da2c1f 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef HALDMA_H
-#define HALDMA_H
+#pragma once
 
 /*
  * DMA Page Register Structure
@@ -379,5 +378,3 @@ HalpGetDmaAdapter(
 ULONG NTAPI
 HalpDmaGetDmaAlignment(
    PADAPTER_OBJECT AdapterObject);
-
-#endif /* HALDMA_H */