-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A massive all-tree automated update of all double inclusion guard #de…
…fines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
- Loading branch information
1 parent
42cae1c
commit bb2dcaa
Showing
572 changed files
with
1,708 additions
and
1,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef __CMDD_H__ | ||
#define __CMDD_H__ | ||
#ifndef CMDD_H_ | ||
#define CMDD_H_ | ||
|
||
#include "contiki.h" | ||
|
||
PROCESS_NAME(cmdd_process); | ||
|
||
#endif /* __CMDD_H__ */ | ||
#endif /* CMDD_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,8 @@ | |
* Author: Adam Dunkels <[email protected]> | ||
* | ||
*/ | ||
#ifndef __FTPC_H__ | ||
#define __FTPC_H__ | ||
#ifndef FTPC_H_ | ||
#define FTPC_H_ | ||
|
||
#include "contiki-net.h" | ||
|
||
|
@@ -64,4 +64,4 @@ void ftpc_timedout(void); | |
void ftpc_list_file(char *filename); | ||
void ftpc_data(uint8_t *data, uint16_t len); | ||
|
||
#endif /* __FTPC_H__ */ | ||
#endif /* FTPC_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ | |
* Joakim Eriksson <[email protected]> | ||
*/ | ||
|
||
#ifndef __HTTPD_WS_H__ | ||
#define __HTTPD_WS_H__ | ||
#ifndef HTTPD_WS_H_ | ||
#define HTTPD_WS_H_ | ||
|
||
#include "contiki-net.h" | ||
|
||
|
@@ -122,4 +122,4 @@ httpd_ws_script_t httpd_ws_get_script(struct httpd_ws_state *s); | |
|
||
PROCESS_NAME(httpd_ws_process); | ||
|
||
#endif /* __HTTPD_WS_H__ */ | ||
#endif /* HTTPD_WS_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,8 @@ | |
* Author: Adam Dunkels <[email protected]> | ||
* | ||
*/ | ||
#ifndef __IRCC_H__ | ||
#define __IRCC_H__ | ||
#ifndef IRCC_H_ | ||
#define IRCC_H_ | ||
|
||
#include "contiki-net.h" | ||
|
||
|
@@ -75,4 +75,4 @@ void ircc_closed(struct ircc_state *s); | |
|
||
void ircc_quit(struct ircc_state *s); | ||
|
||
#endif /* __IRCC_H__ */ | ||
#endif /* IRCC_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ | |
* Joakim Eriksson <[email protected]> | ||
*/ | ||
|
||
#ifndef __JSON_H__ | ||
#define __JSON_H__ | ||
#ifndef JSON_H_ | ||
#define JSON_H_ | ||
|
||
#define JSON_TYPE_ARRAY '[' | ||
#define JSON_TYPE_OBJECT '{' | ||
|
@@ -67,4 +67,4 @@ enum { | |
|
||
#define JSON_CONTENT_TYPE "application/json" | ||
|
||
#endif /* __JSON_H__ */ | ||
#endif /* JSON_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ | |
* Joakim Eriksson <[email protected]> | ||
*/ | ||
|
||
#ifndef __JSONTREE_H__ | ||
#define __JSONTREE_H__ | ||
#ifndef JSONTREE_H_ | ||
#define JSONTREE_H_ | ||
|
||
#include "contiki-conf.h" | ||
#include "json.h" | ||
|
@@ -132,4 +132,4 @@ int jsontree_print_next(struct jsontree_context *js_ctx); | |
struct jsontree_value *jsontree_find_next(struct jsontree_context *js_ctx, | ||
int type); | ||
|
||
#endif /* __JSONTREE_H__ */ | ||
#endif /* JSONTREE_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef __PING6_H__ | ||
#define __PING6_H__ | ||
#ifndef PING6_H_ | ||
#define PING6_H_ | ||
|
||
#include "contiki.h" | ||
|
||
PROCESS_NAME(ping6_process); | ||
|
||
#endif /* __PING6_H__ */ | ||
#endif /* PING6_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,11 +37,11 @@ | |
* Adam Dunkels <[email protected]> | ||
*/ | ||
|
||
#ifndef __SERIAL_SHELL_H__ | ||
#define __SERIAL_SHELL_H__ | ||
#ifndef SERIAL_SHELL_H_ | ||
#define SERIAL_SHELL_H_ | ||
|
||
#include "contiki.h" | ||
|
||
void serial_shell_init(void); | ||
|
||
#endif /* __SERIAL_SHELL_H__ */ | ||
#endif /* SERIAL_SHELL_H_ */ |
Oops, something went wrong.