Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
9f58c288
Commit
9f58c288
authored
10 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
ng_net: introduced ng_netbase.h pseudo header
parent
f1bddafa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sys/include/net/ng_netbase.h
+43
-0
43 additions, 0 deletions
sys/include/net/ng_netbase.h
with
43 additions
and
0 deletions
sys/include/net/ng_netbase.h
0 → 100644
+
43
−
0
View file @
9f58c288
/*
* Copyright (C) 2015 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @defgroup net_ng_netbase Network Stack Pseudo Header
* @ingroup net
* @{
*
* @file
* @brief Pseudo header that includes all network stack base modules
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/
#ifndef NG_NETBASE_H_
#define NG_NETBASE_H_
#include
"net/ng_netdev.h"
#include
"net/ng_netapi.h"
#include
"net/ng_netconf.h"
#include
"net/ng_netreg.h"
#include
"net/ng_nettype.h"
#include
"net/ng_netif.h"
#include
"net/ng_pktbuf.h"
#include
"net/ng_pkt.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* this file does not provide anything on it's own */
#ifdef __cplusplus
}
#endif
#endif
/* NG_NETBASE_H_ */
/** @} */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment