Loading...
Searching...
No Matches
cc2420_netdev.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Inria
3 * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7#pragma once
8
20
21#include "net/netdev.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
31
32#ifdef __cplusplus
33}
34#endif
35
const netdev_driver_t cc2420_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.