LAB1

vt_info.h

00001 #ifndef __VT_INFO_H
00002 #define __VT_INFO_H
00003 
00012 typedef struct {
00013 
00016         unsigned long vram_size;        
00017         void * vram_base;               
00021         unsigned scr_width;             
00022         unsigned scr_lines;             
00024 } vt_info_t;
00035 void vt_info_get(vt_info_t *vi_p);
00036 
00042 void vt_info_display(vt_info_t *vi_p);
00043 
00044  
00047 #endif /* __VT_INFO_H */
 All Data Structures Variables