-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sixlowpan: rename to sixlowpan_legacy
- Loading branch information
Showing
73 changed files
with
1,760 additions
and
1,760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,26 +7,26 @@ | |
*/ | ||
|
||
/** | ||
* @ingroup net_sixlowpan | ||
* @ingroup net_sixlowpan_legacy | ||
* @{ | ||
* @file ipv6.h | ||
* @file ipv6_legacy.h | ||
* @brief IPv6 and ICMP functions | ||
* | ||
* Wraps all API types, constants and functions of | ||
* 6LoWPAN in layer 3. | ||
* | ||
* @author Martin Lenders <[email protected]> | ||
*/ | ||
#ifndef IPV6_H | ||
#define IPV6_H | ||
#ifndef IPV6_LEGACY_H | ||
#define IPV6_LEGACY_H | ||
|
||
#include "sixlowpan/error.h" | ||
#include "sixlowpan/types.h" | ||
#include "sixlowpan/ip.h" | ||
#include "sixlowpan/icmp.h" | ||
#include "sixlowpan/ndp.h" | ||
#include "sixlowpan_legacy/error.h" | ||
#include "sixlowpan_legacy/types.h" | ||
#include "sixlowpan_legacy/ip.h" | ||
#include "sixlowpan_legacy/icmp.h" | ||
#include "sixlowpan_legacy/ndp.h" | ||
|
||
#include "../network_layer/sixlowpan/icmp.h" /* TODO: remove if not needed anymore */ | ||
#include "../network_layer/sixlowpan_legacy/icmp.h" /* TODO: remove if not needed anymore */ | ||
|
||
#ifdef __cplusplus | ||
extern "C" { | ||
|
@@ -36,7 +36,7 @@ extern "C" { | |
} | ||
#endif | ||
|
||
#endif /* IPV6_H */ | ||
#endif /* IPV6_LEGACY_H */ | ||
/** | ||
* @} | ||
*/ |
Oops, something went wrong.