aboutsummaryrefslogtreecommitdiff
path: root/devices/uart.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'devices/uart.hpp')
-rw-r--r--devices/uart.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/devices/uart.hpp b/devices/uart.hpp
deleted file mode 100644
index c86557c..0000000
--- a/devices/uart.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <stdio.h>
-#include <sys/io.h>
-
-template <UART port> FILE *uart_init();
-template <> FILE *uart_init<COM1>();