From f9d1a1e3b09ef89c156524d40e1c9029f96a3373 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 25 Feb 2024 12:35:49 +0000 Subject: #pragma once --- kc/core/port.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kc') 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 uint8_t inb(uint16_t port); -- cgit v1.3.1-1-g115d