Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3343 | Rev 3742 | ||
|---|---|---|---|
| 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 | /** @} |