Rev 2071 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 3707 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef KERN_ia32_VESA_H_ |
35 | #ifndef KERN_ia32_VESA_H_ |
36 | #define KERN_ia32_VESA_H_ |
36 | #define KERN_ia32_VESA_H_ |
37 | 37 | ||
38 | extern int vesa_present(void); |
38 | extern int vesa_present(void); |
- | 39 | extern void vesa_redraw(void); |
|
39 | extern void vesa_init(void); |
40 | extern void vesa_init(void); |
40 | 41 | ||
41 | #endif |
42 | #endif |
42 | 43 | ||
43 | /** @} |
44 | /** @} |