NET: rename include/net/ip.h to ipopt.h
This commit is contained in:
parent
a6b39d1879
commit
8615dd0aeb
@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************************************
|
/************************************************************************************************************
|
||||||
* include/nuttx/net/ip.h
|
* include/nuttx/net/ipopt.h
|
||||||
*
|
*
|
||||||
* Defines values for the IP header options
|
* Defines values for the IP header options
|
||||||
*
|
*
|
||||||
@ -35,8 +35,8 @@
|
|||||||
*
|
*
|
||||||
************************************************************************************************************/
|
************************************************************************************************************/
|
||||||
|
|
||||||
#ifndef __INCLUDE_NUTTX_NET_IP_H
|
#ifndef __INCLUDE_NUTTX_NET_IPOPT_H
|
||||||
#define __INCLUDE_NUTTX_NET_IP_H
|
#define __INCLUDE_NUTTX_NET_IPOPT_H
|
||||||
|
|
||||||
/************************************************************************************************************
|
/************************************************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
@ -248,4 +248,4 @@
|
|||||||
* Public Function Prototypes
|
* Public Function Prototypes
|
||||||
************************************************************************************************************/
|
************************************************************************************************************/
|
||||||
|
|
||||||
#endif /* __INCLUDE_NUTTX_NET_IP_H */
|
#endif /* __INCLUDE_NUTTX_NET_IPOPT_H */
|
@ -46,7 +46,7 @@
|
|||||||
#include <nuttx/net/uip.h>
|
#include <nuttx/net/uip.h>
|
||||||
#include <nuttx/net/netdev.h>
|
#include <nuttx/net/netdev.h>
|
||||||
#include <nuttx/net/netstats.h>
|
#include <nuttx/net/netstats.h>
|
||||||
#include <nuttx/net/ip.h>
|
#include <nuttx/net/ipopt.h>
|
||||||
#include <nuttx/net/igmp.h>
|
#include <nuttx/net/igmp.h>
|
||||||
|
|
||||||
#include "devif/devif.h"
|
#include "devif/devif.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user