Loading...
Searching...
No Matches
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
26#ifndef TEST_UTILS_NETDEV_ETH_MINIMAL_H
27#define TEST_UTILS_NETDEV_ETH_MINIMAL_H
28
29#include "net/netdev.h"
30
31#ifdef __cplusplus
32extern "C" {
33#endif
34
35#ifdef DOXYGEN
40#define NETDEV_ETH_MINIMAL_NUMOF
41#endif
42
53
61
62#ifdef __cplusplus
63}
64#endif
65
66#endif /* TEST_UTILS_NETDEV_ETH_MINIMAL_H */
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:295
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.