Changeset 95c7526 in mainline for genarch/include/fb/fb.h
- Timestamp:
- 2006-02-14T10:48:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fcbca14f
- Parents:
- fe050b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/fb/fb.h
rfe050b7 r95c7526 33 33 #include <arch/types.h> 34 34 35 void fb_init(__address addr, int x, int y );35 void fb_init(__address addr, int x, int y, int bytes); 36 36 37 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.