Changeset 429acb9 in mainline for libc/include


Ignore:
Timestamp:
2006-06-03T17:38:24Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1f36e90
Parents:
dc5a0fe1
Message:

Added nice kernel console switching, currently works on fb devices.

Location:
libc/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libc/include/async.h

    rdc5a0fe1 r429acb9  
    7171        return rc;
    7272}
     73#define sync_send(phoneid, method, arg1, r1) sync_send_2(phoneid, method, arg1, 0, r1, 0)
     74
    7375static inline ipcarg_t sync_send_3(int phoneid, ipcarg_t method, ipcarg_t arg1,
    7476                                   ipcarg_t arg2, ipcarg_t arg3, ipcarg_t *r1,
  • libc/include/ipc/fb.h

    rdc5a0fe1 r429acb9  
    2424#define FB_PREPARE_SHM       1039
    2525#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
    2631
    2732#endif
Note: See TracChangeset for help on using the changeset viewer.