gnrc nettype: added a CCN nettypes

cc430
Oleg Hahm 8 years ago
parent f3e3e40bda
commit 7e26470288

@ -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
/**
* @{

Loading…
Cancel
Save