netdev_eth_minimal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2022 HAW Hamburg
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
28 #include "net/netdev.h"
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 #ifdef DOXYGEN
39 #define NETDEV_ETH_MINIMAL_NUMOF
40 #endif
41 
52 
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 
Definitions low-level network driver interface.
void(* netdev_event_cb_t)(netdev_t *dev, netdev_event_t event)
Event callback for signaling event to upper layers.
Definition: netdev.h:296
int netdev_eth_minimal_init(void)
Initialize the module.
int netdev_eth_minimal_init_devs(netdev_event_cb_t cb)
Device-under-test initialization function.