2012-02-12 16:11:47 +01:00
|
|
|
#ifndef MB_UTILS_H
|
|
|
|
#define MB_UTILS_H
|
|
|
|
|
|
|
|
#include "kernel/kernel.h"
|
|
|
|
|
2012-03-24 16:16:34 +01:00
|
|
|
void mb_cls(void);
|
|
|
|
void mb_print(char*);
|
|
|
|
void mb_print_char(char);
|
|
|
|
int mb_read_char(unsigned char*);
|
2012-02-12 16:11:47 +01:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|