Go to the documentation of this file.
22 #include <sys/cdefs.h>
39 #define CT_COMPOSITE 3
69 #define DM_MULTIBUFFER 0x2000
106 #define VID_MAX_FB 4 // <-- This should be enough
115 #define VID_INTERLACE 0x00000001
116 #define VID_LINEDOUBLE 0x00000002
117 #define VID_PIXELDOUBLE 0x00000004
118 #define VID_PAL 0x00000008
273 void vid_init(
int disp_mode,
int pixel_mode);
294 #endif // __DC_VIDEO_H