Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1 | Rev 7 | ||
|---|---|---|---|
| Line 14... | Line 14... | ||
| 14 | #ifndef _VIDEOEX_H |
14 | #ifndef _VIDEOEX_H |
| 15 | #define _VIDEOEX_H |
15 | #define _VIDEOEX_H |
| 16 | 16 | ||
| 17 | #include "system.h" |
17 | #include "system.h" |
| 18 | 18 | ||
| 19 | extern U8 * |
19 | extern U8 sysvid_fb[320 * 200]; /* frame buffer */ |
| 20 | 20 | ||
| 21 | #endif |
21 | #endif |