Rev 1649 | Rev 1787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1649 | Rev 1673 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | */ |
34 | */ |
35 | 35 | ||
36 | #ifndef _FB_H_ |
36 | #ifndef _FB_H_ |
37 | #define _FB_H_ |
37 | #define _FB_H_ |
38 | 38 | ||
- | 39 | typedef void (* putpixel_cb_t)(void *,unsigned int, unsigned int, int); |
|
- | 40 | ||
39 | int fb_init(void); |
41 | int fb_init(void); |
40 | 42 | ||
41 | #endif |
43 | #endif |
42 | 44 | ||
43 | /** @} |
45 | /** @} |