Loading...
Searching...
No Matches
at86rf215_netdev.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 ML!PA Consulting GmbH
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "net/netdev.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
28
29#ifdef __cplusplus
30}
31#endif
32
const netdev_driver_t at86rf215_driver
Reference to the netdev device driver struct.
Definitions low-level network driver interface.
struct netdev_driver netdev_driver_t
Structure to hold driver interface -> function mapping.