summaryrefslogtreecommitdiff
path: root/src/include/asm.h
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2021-11-02 22:50:09 +0100
committerAleksa Vučković <aleksav013@gmail.com>2021-11-02 22:50:09 +0100
commitf575a0dd796106af502e8693870c49af5bee2a5d (patch)
tree3c26583662ab92d948b1182a8ede1f4d8194f54b /src/include/asm.h
parent2a56405579be6dc341c503420e40cb30c5144a35 (diff)
Hosted GCC Cross-Compiler
Diffstat (limited to 'src/include/asm.h')
-rw-r--r--src/include/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/asm.h b/src/include/asm.h
index 1d61b88..9f2a9e6 100644
--- a/src/include/asm.h
+++ b/src/include/asm.h
@@ -1,7 +1,7 @@
#ifndef ASM_H
#define ASM_H
-#include"types.h"
+#include<types.h>
extern uint8_t ioport_in(uint8_t port);
extern void ioport_out(uint8_t port, char data);