Espresso 0.0.2c
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef _TTY_H
|
||||
#define _TTY_H
|
||||
#ifndef TTY_H
|
||||
#define TTY_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
@ -32,4 +32,7 @@ void terminal_set_cursor(uint16_t row, uint16_t column);
|
||||
void terminal_get_cursor(int* row, int* column);
|
||||
void terminal_update_cursor(void);
|
||||
|
||||
|
||||
void terminal_putcharat(char c, uint16_t row, uint16_t column);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user