1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

gnrc nettype: added a CCN nettypes

This commit is contained in:
Oleg Hahm 2015-11-01 10:56:08 +09:00
parent f3e3e40bda
commit 7e26470288

View File

@ -84,6 +84,11 @@ typedef enum {
* @}
*/
#ifdef MODULE_CCN_LITE
GNRC_NETTYPE_CCN, /**< Protocol is CCN */
GNRC_NETTYPE_CCN_CHUNK, /**< Protocol is CCN, packet contains a content
chunk */
#endif
/**
* @{