Loading...
Searching...
No Matches
mrf24j40_netdev.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Neo Nenaco <neo@nenaco.de>
3 * SPDX-FileCopyrightText: 2017 Koen Zandberg <koen@bergzand.net>
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7#pragma once
8
19
20#include "net/netdev.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
30
31#ifdef __cplusplus
32}
33#endif
34
Definitions low-level network driver interface.
struct netdev_driver netdev_driver_t
Structure to hold driver interface -> function mapping.
const netdev_driver_t mrf24j40_driver
Reference to the netdev device driver struct.