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:
Adam Dunkels 2013-11-24 16:57:08 +01:00
parent 42cae1c6c9
commit bb2dcaa057
572 changed files with 1708 additions and 1708 deletions

View file

@ -46,8 +46,8 @@
*
*/
#ifndef __IEEEMANAGER_H__
#define __IEEEMANAGER_H__
#ifndef IEEEMANAGER_H_
#define IEEEMANAGER_H_
/** \brief The interface structure for the 802.15.4 quasi-MAC. */
typedef struct ieee_15_4_manager{
@ -110,5 +110,5 @@ typedef struct ieee_15_4_manager{
void ieee_15_4_init(struct ieee_15_4_manager *pieee_15_4_manager);
#endif /* __IEEEMANAGER_H__ */
#endif /* IEEEMANAGER_H_ */
/** \} */

View file

@ -44,8 +44,8 @@
\addtogroup rf230mac
*/
#ifndef __SICSLOWMAC_H__
#define __SICSLOWMAC_H__
#ifndef SICSLOWMAC_H_
#define SICSLOWMAC_H_
#include <stdbool.h>
#include <stdint.h>
@ -91,4 +91,4 @@ void byte_reverse(uint8_t * bytes, uint8_t num);
struct mac_driver * sicslowmac_get_driver(void);
parsed_frame_t * sicslowmac_get_frame(void);
#endif /* __SICSLOWMAC_H__ */
#endif /* SICSLOWMAC_H_ */