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 
286 #include "net/netopt.h"
287 #include "net/gnrc/netapi.h"
288 #include "net/gnrc/netreg.h"
289 #include "net/gnrc/nettype.h"
290 #include "net/gnrc/netif.h"
291 #include "net/gnrc/netif/hdr.h"
292 #include "net/gnrc/pktbuf.h"
293 #include "net/gnrc/pkt.h"
294 
295 #ifdef __cplusplus
296 extern "C" {
297 #endif
298 
299 /* this file does not provide anything on it's own */
300 
301 #ifdef __cplusplus
302 }
303 #endif
304 
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.
Interface definition for the global network buffer.