ION re-structuring

This commit is contained in:
Romain Goyet
2015-08-05 15:52:44 +02:00
parent 96c2ad4228
commit b32b47300a
35 changed files with 114 additions and 66 deletions

View File

@@ -2,17 +2,13 @@
#define ION_ION_H
#include <stdint.h>
#include <ion/framebuffer.h>
void ion_init();
void ion_display_on();
void ion_display_off();
extern void * ion_framebuffer_address;
extern uint16_t ion_framebuffer_width;
extern uint16_t ion_framebuffer_height;
extern uint8_t ion_framebuffer_bits_per_pixel;
char ion_getchar();
#endif