- Move from using include guards to pragma once.
[reactos.git] / reactos / ntoskrnl / include / internal / arm / intrin_i.h
index 286a1f6..fdd4b88 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef _INTRIN_INTERNAL_
-#define _INTRIN_INTERNAL_
+#pragma once
 
 FORCEINLINE
 VOID
@@ -154,5 +153,3 @@ KeArmWaitForInterrupt(VOID)
 {
     __asm__ __volatile__ ("mcr p15, 0, %0, c7, c0, 4" : : "r"(0) : "cc");
 }
-
-#endif