Loading...
Searching...
No Matches
stm32_eth.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Robin Lösch
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
15
16#pragma once
17
18#include "net/netdev.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
29
30#ifdef __cplusplus
31}
32#endif
33
Definitions low-level network driver interface.
struct netdev netdev_t
Forward declaration for netdev struct.
Definition netdev.h:285
void stm32_eth_netdev_setup(netdev_t *netdev)
Setup netdev.
Structure to hold driver state.
Definition netdev.h:364