Loading...
Searching...
No Matches
gnrc.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
285
286#include "net/netopt.h"
287#include "net/gnrc/netapi.h"
289#include "net/gnrc/netreg.h"
290#include "net/gnrc/nettype.h"
291#include "net/gnrc/netif.h"
292#include "net/gnrc/netif/hdr.h"
293#include "net/gnrc/pktbuf.h"
294#include "net/gnrc/pkt.h"
295
296#ifdef __cplusplus
297extern "C" {
298#endif
299
300/* this file does not provide anything on it's own */
301
302#ifdef __cplusplus
303}
304#endif
305
Definition for GNRC's network interfaces.
Generic network interface header.
General definitions for network packets and their helper functions.
Generic interface to communicate with GNRC modules.
Definition of global configuration options.
Definitions to register network protocol PIDs to use with GNRC communication interface.
Protocol type definitions.
Network event notification type definitions.
Interface definition for the global network buffer.