From 499784a824c541001c2fd52ae95eba88dcfc952b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 21 Dec 2019 22:22:03 +0100 Subject: Many debugging/serial improvements Sorry for the little information, but I did many things :) --- src/kernel/io/io.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/kernel/io/io.h') diff --git a/src/kernel/io/io.h b/src/kernel/io/io.h index 0ad5a54..b62e90f 100644 --- a/src/kernel/io/io.h +++ b/src/kernel/io/io.h @@ -56,22 +56,4 @@ void init_serial(); */ void serial_put(char ch); -/** - * Write a string to the serial port (QEMU logging) - * @param data The string - */ -void serial_write(const char *data); - -/** - * Write a hexadecimal formatted int to the serial port (QEMU logging) - * @param n The decimal number - */ -void serial_write_hex(int n); - -/** - * Write a decimal number to the serial port (QEMU logging) - * @param n The decimal number - */ -void serial_write_dec(int n); - #endif -- cgit v1.2.3