Changeset a2c4445 in mainline for genarch/include/fb/fb.h
- Timestamp:
- 2006-03-25T22:48:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc27ae48
- Parents:
- c715e9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/fb/fb.h
rc715e9b ra2c4445 33 33 #include <arch/types.h> 34 34 35 void fb_init(__address addr, int x, int y, int bytes);35 void fb_init(__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan); 36 36 37 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.