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
|
@ -30,8 +30,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __TAPDEV_DRV_H__
|
||||
#define __TAPDEV_DRV_H__
|
||||
#ifndef TAPDEV_DRV_H_
|
||||
#define TAPDEV_DRV_H_
|
||||
|
||||
#include "contiki.h"
|
||||
|
||||
|
@ -40,4 +40,4 @@ PROCESS_NAME(tapdev_process);
|
|||
uint8_t tapdev_output(void);
|
||||
int tapdev_fd(void);
|
||||
|
||||
#endif /* __TAPDEV_DRV_H__ */
|
||||
#endif /* TAPDEV_DRV_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue