summaryrefslogtreecommitdiffhomepage
path: root/dev/ddk/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ddk/io.h')
-rw-r--r--dev/ddk/io.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev/ddk/io.h b/dev/ddk/io.h
deleted file mode 100644
index cfd6d2d2..00000000
--- a/dev/ddk/io.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -------------------------------------------
-
- Copyright Amlal EL Mahrouss.
-
- Purpose: DDK Text I/O.
-
-------------------------------------------- */
-
-#pragma once
-
-#include <ddk/str.h>
-
-/// @brief print character into UART.
-DDK_EXTERN void kputc(const char ch);
-
-/// @brief print string to UART.
-/// @param message string to transmit to UART.
-DDK_EXTERN void kprint(const char* message);