NET: rename include/net/ip.h to ipopt.h

This commit is contained in:
Gregory Nutt 2014-07-04 16:44:53 -06:00
parent a6b39d1879
commit 8615dd0aeb
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/************************************************************************************************************
* include/nuttx/net/ip.h
* include/nuttx/net/ipopt.h
*
* Defines values for the IP header options
*
@ -35,8 +35,8 @@
*
************************************************************************************************************/
#ifndef __INCLUDE_NUTTX_NET_IP_H
#define __INCLUDE_NUTTX_NET_IP_H
#ifndef __INCLUDE_NUTTX_NET_IPOPT_H
#define __INCLUDE_NUTTX_NET_IPOPT_H
/************************************************************************************************************
* Included Files
@ -248,4 +248,4 @@
* Public Function Prototypes
************************************************************************************************************/
#endif /* __INCLUDE_NUTTX_NET_IP_H */
#endif /* __INCLUDE_NUTTX_NET_IPOPT_H */

View File

@ -46,7 +46,7 @@
#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/netstats.h>
#include <nuttx/net/ip.h>
#include <nuttx/net/ipopt.h>
#include <nuttx/net/igmp.h>
#include "devif/devif.h"