Rev 1707 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1707 | Rev 1781 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | */ |
33 | */ |
34 | 34 | ||
35 | #include <arch/types.h> |
- | |
36 | #include <types.h> |
- | |
37 | - | ||
38 | #ifndef __libc__FB_H__ |
35 | #ifndef LIBC_FB_H_ |
39 | #define __libc__FB_H__ |
36 | #define LIBC_FB_H_ |
40 | 37 | ||
41 | #define FB_PUTCHAR 1025 |
38 | #define FB_PUTCHAR 1025 |
42 | #define FB_CLEAR 1026 |
39 | #define FB_CLEAR 1026 |
43 | #define FB_GET_CSIZE 1027 |
40 | #define FB_GET_CSIZE 1027 |
44 | #define FB_CURSOR_VISIBILITY 1028 |
41 | #define FB_CURSOR_VISIBILITY 1028 |
Line 72... | Line 69... | ||
72 | 69 | ||
73 | #define FB_POINTER_MOVE 1300 |
70 | #define FB_POINTER_MOVE 1300 |
74 | 71 | ||
75 | #endif |
72 | #endif |
76 | 73 | ||
77 | - | ||
78 | /** @} |
74 | /** @} |
79 | */ |
75 | */ |
80 | - | ||
81 | - |