A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
This commit is contained in:
parent
42cae1c6c9
commit
bb2dcaa057
572 changed files with 1708 additions and 1708 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
#ifndef __CDC_ECM_H__
|
||||
#define __CDC_ECM_H__
|
||||
#ifndef CDC_ECM_H_
|
||||
#define CDC_ECM_H_
|
||||
|
||||
#include "contiki.h"
|
||||
#include <stdint.h>
|
||||
|
@ -15,4 +15,4 @@ extern void cdc_ecm_set_ethernet_packet_filter(void);
|
|||
extern void cdc_ecm_configure_endpoints();
|
||||
extern void cdc_ecm_set_active(uint8_t value);
|
||||
|
||||
#endif // __CDC_ECM_H__
|
||||
#endif // CDC_ECM_H_
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#ifndef __CDC_EEM_H__
|
||||
#define __CDC_EEM_H__
|
||||
#ifndef CDC_EEM_H_
|
||||
#define CDC_EEM_H_
|
||||
|
||||
#include "contiki.h"
|
||||
#include <stdint.h>
|
||||
|
@ -9,4 +9,4 @@ extern void cdc_eem_process(void);
|
|||
extern uint8_t eem_send(uint8_t * senddata, uint16_t sendlen, uint8_t led);
|
||||
extern void cdc_eem_configure_endpoints();
|
||||
|
||||
#endif // __CDC_EEM_H__
|
||||
#endif // CDC_EEM_H_
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _RNDIS_TASK_H_
|
||||
#define _RNDIS_TASK_H_
|
||||
#ifndef RNDIS_TASK_H_
|
||||
#define RNDIS_TASK_H_
|
||||
|
||||
/**
|
||||
\addtogroup RNDIS
|
||||
|
@ -121,5 +121,5 @@ PROCESS_NAME(usb_eth_process);
|
|||
|
||||
/** @} */
|
||||
|
||||
#endif /* _RNDIS_TASK_H_ */
|
||||
#endif /*RNDIS_TASK_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue