lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since bb51e9a8 was 83b1d61, checked in by Ondrej Palkovsky <ondrap@…>, 19 years ago |
Added mmap, munmap calls.
Added possibility to access framebuffer using shared memory.
|
-
Property mode
set to
100644
|
File size:
509 bytes
|
Line | |
---|
1 |
|
---|
2 |
|
---|
3 | #include <arch/types.h>
|
---|
4 | #include <types.h>
|
---|
5 |
|
---|
6 | #ifndef __libc__FB_H__
|
---|
7 | #define __libc__FB_H__
|
---|
8 |
|
---|
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
|
---|
20 | #define FB_DRAW_TEXT_DATA 1036
|
---|
21 |
|
---|
22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.