summaryrefslogtreecommitdiffhomepage
path: root/src/modules/XHCI/XHCI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/XHCI/XHCI.h')
-rw-r--r--src/modules/XHCI/XHCI.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/modules/XHCI/XHCI.h b/src/modules/XHCI/XHCI.h
index 6eb25fac..16abf3f3 100644
--- a/src/modules/XHCI/XHCI.h
+++ b/src/modules/XHCI/XHCI.h
@@ -12,7 +12,8 @@
======================================== */
-#pragma once
+#ifndef XHCI_XHCI_H
+#define XHCI_XHCI_H
#include <NeKit/Config.h>
@@ -63,4 +64,6 @@ typedef struct USBInterruptEnableRegister final {
32-bit physical adress of Frame List. Remember that first 12 bytes are
always 0. The Frame List must contain 1024 entries.
*/
-} // namespace Kernel \ No newline at end of file
+} // namespace Kernel
+
+#endif