Skip to content
Snippets Groups Projects
Commit c84199ce authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

sys: netdev2.h: add link up/down event types

parent 48baf5dd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment