Changeset 429acb9 in mainline for libc/include
- Timestamp:
- 2006-06-03T17:38:24Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f36e90
- Parents:
- dc5a0fe1
- Location:
- libc/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/async.h
rdc5a0fe1 r429acb9 71 71 return rc; 72 72 } 73 #define sync_send(phoneid, method, arg1, r1) sync_send_2(phoneid, method, arg1, 0, r1, 0) 74 73 75 static inline ipcarg_t sync_send_3(int phoneid, ipcarg_t method, ipcarg_t arg1, 74 76 ipcarg_t arg2, ipcarg_t arg3, ipcarg_t *r1, -
libc/include/ipc/fb.h
rdc5a0fe1 r429acb9 24 24 #define FB_PREPARE_SHM 1039 25 25 #define FB_DROP_SHM 1040 26 #define FB_SHM2PIXMAP 1041 27 28 #define FB_VP_DRAW_PIXMAP 1042 29 #define FB_VP2PIXMAP 1043 30 #define FB_DROP_PIXMAP 1044 26 31 27 32 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
