source: mainline/contrib/arch/uspace/srv/fb/fb.bp@ ee5b35a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since ee5b35a was 07fdf203, checked in by Martin Decky <martin@…>, 16 years ago

Extend HelenOS architecture description by introducing Architecture Description Language, interface protocols and frame protocols
Document kernel syscall API
Start documenting uspace architecture and behavior

  • Property mode set to 100644
File size: 992 bytes
Line 
1!ns.IPC_M_CONNECT_TO_ME ;
2(
3 ?fb.IPC_M_CONNECT_ME_TO ;
4 (
5 ?fb.IPC_M_SHARE_OUT +
6
7 (
8 ?fb.FB_PREPARE_SHM ;
9 ?fb.IPC_M_AS_AREA_SEND ;
10 ?fb.FB_DRAW_PPM ;
11 ?fb.FB_DROP_SHM
12 ) +
13
14 (
15 ?fb.IPC_M_AS_AREA_SEND ;
16 ?fb.FB_DRAW_TEXT_DATA
17 ) +
18
19 ?fb.FB_SHM2PIXMAP +
20
21 ?fb.FB_VP_DRAW_PIXMAP +
22
23 ?fb.FB_VP2PIXMAP +
24
25 ?fb.FB_DROP_PIXMAP +
26
27 ?fb.FB_ANIM_CREATE +
28
29 ?fb.FB_ANIM_DROP +
30
31 ?fb.FB_ANIM_ADDPIXMAP +
32
33 ?fb.FB_ANIM_CHGVP +
34
35 ?fb.FB_ANIM_START +
36
37 ?fb.FB_ANIM_STOP +
38
39 ?fb.FB_PUTCHAR +
40
41 ?fb.FB_CLEAR +
42
43 ?fb.FB_CURSOR_GOTO +
44
45 ?fb.FB_CURSOR_VISIBILITY +
46
47 ?fb.FB_GET_CSIZE +
48
49 ?fb.FB_GET_COLOR_CAP +
50
51 ?fb.FB_SCROLL +
52
53 ?fb.FB_VIEWPORT_SWITCH +
54
55 ?fb.FB_VIEWPORT_CREATE +
56
57 ?fb.FB_VIEWPORT_DELETE +
58
59 ?fb.FB_SET_STYLE +
60
61 ?fb.FB_SET_COLOR +
62
63 ?fb.FB_SET_RGB_COLOR +
64
65 ?fb.FB_GET_RESOLUTION +
66
67 ?fb.FB_POINTER_MOVE +
68
69 ?fb.FB_SCREEN_YIELD +
70
71 ?fb.FB_SCREEN_RECLAIM
72 )* ;
73 ?fb.IPC_M_PHONE_HUNGUP
74)*
Note: See TracBrowser for help on using the repository browser.