Changeset b688fd8 in mainline for uspace/lib/drv/include/nic_iface.h


Ignore:
Timestamp:
2015-08-17T18:54:56Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
abf2dfd
Parents:
b10460a
Message:

gradually introduce async ports, initial phase

The initial phase is to reimplement the traditional async client connections as an untyped fallback port. This creates the possibility to introduce ports typed by interface type gradually in later changesets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/nic_iface.h

    rb10460a rb688fd8  
    4848
    4949extern int nic_send_frame(async_sess_t *, void *, size_t);
    50 extern int nic_callback_create(async_sess_t *, async_client_conn_t, void *);
     50extern int nic_callback_create(async_sess_t *, async_port_handler_t, void *);
    5151extern int nic_get_state(async_sess_t *, nic_device_state_t *);
    5252extern int nic_set_state(async_sess_t *, nic_device_state_t);
Note: See TracChangeset for help on using the changeset viewer.