diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-02-25 12:35:49 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-02-25 12:35:49 +0000 |
| commit | f9d1a1e3b09ef89c156524d40e1c9029f96a3373 (patch) | |
| tree | e00e4d4d65e6b8fb09ca9b799e35aaff869150b5 /kc/core/port.h | |
| parent | 263477e4e87c67ff85e92e5d976e11994ac9850d (diff) | |
#pragma once
Diffstat (limited to 'kc/core/port.h')
| -rw-r--r-- | kc/core/port.h | 2 |
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); |
