summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2024-02-25 12:35:49 +0000
committerAda Christine <adachristine18@gmail.com>2024-02-25 12:35:49 +0000
commitf9d1a1e3b09ef89c156524d40e1c9029f96a3373 (patch)
treee00e4d4d65e6b8fb09ca9b799e35aaff869150b5
parent263477e4e87c67ff85e92e5d976e11994ac9850d (diff)
#pragma once
-rw-r--r--kc/core/port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kc/core/port.h b/kc/core/port.h
index cc71973..1ef86f2 100644
--- a/kc/core/port.h
+++ b/kc/core/port.h
@@ -1,3 +1,5 @@
+#pragma once
+
#include <stdint.h>
uint8_t inb(uint16_t port);