sys/socket.h: Add IEEE802.15-4 protocol family

This commit is contained in:
Gregory Nutt 2016-02-25 08:19:10 -06:00
parent bcbd8ee964
commit 1ed1765e1a
2 changed files with 3 additions and 2 deletions

2
arch

@ -1 +1 @@
Subproject commit e42c14f77680579dbbfea48e257a8bda7079ddbf
Subproject commit 1fb2ed39e08f3ec82e68a16a1bc63dc9e0e6e6d2

View File

@ -1,7 +1,7 @@
/****************************************************************************
* include/sys/socket.h
*
* Copyright (C) 2007, 2009, 2011, 2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2009, 2011, 2015-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -64,6 +64,7 @@
#define PF_ATMPVC 8 /* Access to raw ATM PVCs */
#define PF_APPLETALK 9 /* Appletalk */
#define PF_PACKET 10 /* Low level packet interface */
#define PF_IEEE802154 11 /* IEEE802154 sockets */
/* Address families */