Changeset 88c3151 in mainline for libc/include/ipc/fb.h
- Timestamp:
- 2006-06-01T15:27:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3993b3d
- Parents:
- a2ae4f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/ipc/fb.h
ra2ae4f4 r88c3151 7 7 #define __libc__FB_H__ 8 8 9 #define FB_PUTCHAR 1025 10 #define FB_CLEAR 1026 11 #define FB_GET_CSIZE 1027 12 9 #define FB_PUTCHAR 1025 10 #define FB_CLEAR 1026 11 #define FB_GET_CSIZE 1027 12 #define FB_CURSOR_VISIBILITY 1028 13 #define FB_CURSOR_GOTO 1029 14 #define FB_SCROLL 1030 15 #define FB_VIEWPORT_SWITCH 1031 16 #define FB_VIEWPORT_CREATE 1032 17 #define FB_VIEWPORT_DELETE 1033 18 #define FB_SET_STYLE 1034 19 #define FB_GET_RESOLUTION 1035 13 20 14 21 #endif
Note:
See TracChangeset
for help on using the changeset viewer.