Changeset 76fca31 in mainline for uspace/srv/fb/fb.h
- Timestamp:
- 2008-12-16T19:02:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ae4443
- Parents:
- 8fe5980
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/fb.h
r8fe5980 r76fca31 30 30 * @ingroup fbs 31 31 * @{ 32 */ 32 */ 33 33 /** @file 34 34 */ … … 37 37 #define FB_FB_H_ 38 38 39 typedef void (* putpixel_cb_t)(void *, unsigned int, unsigned int, int); 39 #include <stdint.h> 40 41 typedef void (* putpixel_cb_t)(void *, unsigned int, unsigned int, uint32_t); 40 42 41 43 extern int fb_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.