Changeset 429acb9 in mainline for libc/include/async.h


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.

File:
1 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,
Note: See TracChangeset for help on using the changeset viewer.