Rev 2071 | Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2476 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | * @{ |
31 | * @{ |
32 | */ |
32 | */ |
33 | /** @file |
33 | /** @file |
34 | */ |
34 | */ |
35 | 35 | ||
36 | #ifndef _FB_H_ |
36 | #ifndef FB_FB_H_ |
37 | #define _FB_H_ |
37 | #define FB_FB_H_ |
38 | 38 | ||
39 | typedef void (* putpixel_cb_t)(void *,unsigned int, unsigned int, int); |
39 | typedef void (* putpixel_cb_t)(void *, unsigned int, unsigned int, int); |
40 | 40 | ||
41 | int fb_init(void); |
41 | extern int fb_init(void); |
42 | 42 | ||
43 | #endif |
43 | #endif |
44 | 44 | ||
45 | /** @} |
45 | /** @} |
46 | */ |
46 | */ |
47 | - |