Stop openbios-unix from crashing when auto-boot? is enabled.
[openbios.git] / include / packages / video.h
blob1e013b63f6efb5b72a2e02ab26c4eec37d634672
1 #ifndef VIDEO_SUBR_H
2 #define VIDEO_SUBR_H
4 /* packages/video.c */
5 int video_get_res(int *w, int *h);
6 void draw_pixel(int x, int y, int colind);
7 void set_color(int ind, unsigned long color);
8 void video_scroll(int height);
9 void init_video(unsigned long fb, int width, int height, int depth, int rb);
11 #endif /* VIDEO_SUBR_H */