initial commit
[fbgfx] / src / fbgfx.h
1 #ifndef FBGFX_H_
2 #define FBGFX_H_
3
4 void *fbgfx_set_video_mode(int x, int y, int depth);
5 void *fbgfx_get_video_mode(int *xptr, int *yptr, int *depthptr);
6
7
8 #endif  /* FBGFX_H_ */