7 lines
125 B
C
7 lines
125 B
C
#ifndef INCLUDE_IO_H
|
|
#define INCLUDE_IO_H
|
|
|
|
void fb_cursor_control(unsigned short, unsigned char);
|
|
|
|
#endif /* INCLUDE_IO_H */
|