Changes in kernel/genarch/include/fb/fb.h [95b9963:00a020d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/fb/fb.h
r95b9963 r00a020d 68 68 69 69 void fb_redraw(void); 70 voidfb_init(fb_properties_t *props);70 bool fb_init(fb_properties_t *props); 71 71 72 72 #endif
Note:
See TracChangeset
for help on using the changeset viewer.