mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys: netdev2.h: add link up/down event types
This commit is contained in:
parent
48baf5ddcf
commit
c84199ce10
@ -65,6 +65,8 @@ typedef enum {
|
||||
NETDEV2_EVENT_RX_COMPLETE, /**< finished receiving a packet */
|
||||
NETDEV2_EVENT_TX_STARTED, /**< started to transfer a packet */
|
||||
NETDEV2_EVENT_TX_COMPLETE, /**< finished transferring packet */
|
||||
NETDEV2_EVENT_LINK_UP, /**< link established */
|
||||
NETDEV2_EVENT_LINK_DOWN, /**< link gone */
|
||||
/* expand this list if needed */
|
||||
} netdev2_event_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user