aboutsummaryrefslogtreecommitdiff
path: root/int10.c
diff options
context:
space:
mode:
Diffstat (limited to 'int10.c')
-rw-r--r--int10.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/int10.c b/int10.c
index 9d9604c..0e506cc 100644
--- a/int10.c
+++ b/int10.c
@@ -1,10 +1,6 @@
#include "bios.h"
#include "segment.h"
-
-static inline void outb(unsigned short port, unsigned char val)
-{
- asm volatile("outb %0, %1" : : "a"(val), "Nd"(port));
-}
+#include "ioport.h"
/*
* It's probably much more useful to make this print to the serial