00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #if defined(VIDEO_SVGALib)
00017
00018 typedef struct s_video_svga_data_s {
00019 int console_fd;
00020 } s_video_svga_data_t;
00021
00022 int s_video_svga_kbd_init (s_server_conf_t *cfg);
00023
00024 void s_video_svga_server_goto_back (void);
00025 void s_video_svga_server_comefrom_back (void);
00026 void s_video_svga_server_uninit (void);
00027 void s_video_svga_server_mtrr_init (void);
00028 int s_video_svga_server_init (s_server_conf_t *cfg);
00029 void s_video_svga_surface_uninit (void);
00030 void s_video_svga_server_surface_setrgbpalette (void);
00031 void s_video_svga_server_surface_init (int mode);
00032
00033 #endif