diff options
Diffstat (limited to 'src/io/io.h')
-rw-r--r-- | src/io/io.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/io/io.h b/src/io/io.h deleted file mode 100644 index e00a5f0..0000000 --- a/src/io/io.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef MELVIX_IO_H -#define MELVIX_IO_H - -#include <stdint.h> - -unsigned char receive(unsigned short port); - -void send(unsigned short port, unsigned char data); - -void reboot(); - -#endif |