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

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_BASE64_H__
#define __SHELL_BASE64_H__
#ifndef SHELL_BASE64_H_
#define SHELL_BASE64_H_
#include "shell.h"
void shell_base64_init(void);
#endif /* __SHELL_BASE64_H__ */
#endif /* SHELL_BASE64_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_BLINK_H__
#define __SHELL_BLINK_H__
#ifndef SHELL_BLINK_H_
#define SHELL_BLINK_H_
#include "shell.h"
void shell_blink_init(void);
#endif /* __SHELL_BLINK_H__ */
#endif /* SHELL_BLINK_H_ */

View file

@ -30,11 +30,11 @@
*
*/
#ifndef __SHELL_CHECKPOINT_H__
#define __SHELL_CHECKPOINT_H__
#ifndef SHELL_CHECKPOINT_H_
#define SHELL_CHECKPOINT_H_
#include "shell.h"
void shell_checkpoint_init(void);
#endif /* __SHELL_CHECKPOINT_H__ */
#endif /* SHELL_CHECKPOINT_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_COFFEE_H__
#define __SHELL_COFFEE_H__
#ifndef SHELL_COFFEE_H_
#define SHELL_COFFEE_H_
#include "shell.h"
void shell_coffee_init(void);
#endif /* __SHELL_COFFEE_H__ */
#endif /* SHELL_COFFEE_H_ */

View file

@ -29,11 +29,11 @@
* This file is part of the Contiki operating system.
*/
#ifndef __SHELL_CRC_H__
#define __SHELL_CRC_H__
#ifndef SHELL_CRC_H_
#define SHELL_CRC_H_
#include "shell.h"
void shell_crc_init(void);
#endif /* __SHELL_CRC_H__ */
#endif /* SHELL_CRC_H_ */

View file

@ -30,11 +30,11 @@
*
*/
#ifndef __SHELL_DOWNLOAD_H__
#define __SHELL_DOWNLOAD_H__
#ifndef SHELL_DOWNLOAD_H_
#define SHELL_DOWNLOAD_H_
#include "shell.h"
void shell_download_init(void);
#endif /* __SHELL_DOWNLOAD_H__ */
#endif /* SHELL_DOWNLOAD_H_ */

View file

@ -31,11 +31,11 @@
*
*
*/
#ifndef __SHELL_DSC_H__
#define __SHELL_DSC_H__
#ifndef SHELL_DSC_H_
#define SHELL_DSC_H_
#include "sys/dsc.h"
DSC_HEADER(shell_dsc);
#endif /* __SHELL_DSC_H__ */
#endif /* SHELL_DSC_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_EXEC_H__
#define __SHELL_EXEC_H__
#ifndef SHELL_EXEC_H_
#define SHELL_EXEC_H_
#include "shell.h"
void shell_exec_init(void);
#endif /* __SHELL_EXEC_H__ */
#endif /* SHELL_EXEC_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_FILE_H__
#define __SHELL_FILE_H__
#ifndef SHELL_FILE_H_
#define SHELL_FILE_H_
#include "shell.h"
void shell_file_init(void);
#endif /* __SHELL_FILE_H__ */
#endif /* SHELL_FILE_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_HTTPD_H__
#define __SHELL_HTTPD_H__
#ifndef SHELL_HTTPD_H_
#define SHELL_HTTPD_H_
#include "shell.h"
void shell_httpd_init(void);
#endif /* __SHELL_HTTPD_H__ */
#endif /* SHELL_HTTPD_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_IRC_H__
#define __SHELL_IRC_H__
#ifndef SHELL_IRC_H_
#define SHELL_IRC_H_
#include "shell.h"
void shell_irc_init(void);
#endif /* __SHELL_IRC_H__ */
#endif /* SHELL_IRC_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_MEMDEBUG_H__
#define __SHELL_MEMDEBUG_H__
#ifndef SHELL_MEMDEBUG_H_
#define SHELL_MEMDEBUG_H_
#include "shell.h"
void shell_memdebug_init(void);
#endif /* __SHELL_MEMDEBUG_H__ */
#endif /* SHELL_MEMDEBUG_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_NETFILE_H__
#define __SHELL_NETFILE_H__
#ifndef SHELL_NETFILE_H_
#define SHELL_NETFILE_H_
#include "shell.h"
void shell_netfile_init(void);
#endif /* __SHELL_NETFILE_H__ */
#endif /* SHELL_NETFILE_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_NETPERF_H__
#define __SHELL_NETPERF_H__
#ifndef SHELL_NETPERF_H_
#define SHELL_NETPERF_H_
#include "shell.h"
void shell_netperf_init(void);
#endif /* __SHELL_NETPERF_H__ */
#endif /* SHELL_NETPERF_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_NETSTAT_H__
#define __SHELL_NETSTAT_H__
#ifndef SHELL_NETSTAT_H_
#define SHELL_NETSTAT_H_
#include "shell.h"
void shell_netstat_init(void);
#endif /* __SHELL_NETSTAT_H__ */
#endif /* SHELL_NETSTAT_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_PING_H__
#define __SHELL_PING_H__
#ifndef SHELL_PING_H_
#define SHELL_PING_H_
#include "shell.h"
void shell_ping_init(void);
#endif /* __SHELL_PING_H__ */
#endif /* SHELL_PING_H_ */

View file

@ -37,9 +37,9 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_POWER_H__
#define __SHELL_POWER_H__
#ifndef SHELL_POWER_H_
#define SHELL_POWER_H_
void shell_power_init(void);
#endif /* __SHELL_POWER_H__ */
#endif /* SHELL_POWER_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_PROFILE_H__
#define __SHELL_PROFILE_H__
#ifndef SHELL_PROFILE_H_
#define SHELL_PROFILE_H_
#include "shell.h"
void shell_profile_init(void);
#endif /* __SHELL_PROFILE_H__ */
#endif /* SHELL_PROFILE_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_PS_H__
#define __SHELL_PS_H__
#ifndef SHELL_PS_H_
#define SHELL_PS_H_
#include "shell.h"
void shell_ps_init(void);
#endif /* __SHELL_PS_H__ */
#endif /* SHELL_PS_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_REBOOT_H__
#define __SHELL_REBOOT_H__
#ifndef SHELL_REBOOT_H_
#define SHELL_REBOOT_H_
#include "shell.h"
void shell_reboot_init(void);
#endif /* __SHELL_REBOOT_H__ */
#endif /* SHELL_REBOOT_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_DEBUG_RUNICAST_H__
#define __SHELL_RIME_DEBUG_RUNICAST_H__
#ifndef SHELL_RIME_DEBUG_RUNICAST_H_
#define SHELL_RIME_DEBUG_RUNICAST_H_
#include "shell.h"
void shell_rime_debug_runicast_init(void);
#endif /* __SHELL_RIME_DEBUG_RUNICAST_H__ */
#endif /* SHELL_RIME_DEBUG_RUNICAST_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_DEBUG_H__
#define __SHELL_RIME_DEBUG_H__
#ifndef SHELL_RIME_DEBUG_H_
#define SHELL_RIME_DEBUG_H_
#include "shell.h"
void shell_rime_debug_init(void);
#endif /* __SHELL_RIME_DEBUG_H__ */
#endif /* SHELL_RIME_DEBUG_H_ */

View file

@ -37,9 +37,9 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_NEIGHBORS_H__
#define __SHELL_RIME_NEIGHBORS_H__
#ifndef SHELL_RIME_NEIGHBORS_H_
#define SHELL_RIME_NEIGHBORS_H_
void shell_rime_neighbors_init(void);
#endif /* __SHELL-RIME_-NEIGHBORS_H__ */
#endif /* SHELL-RIME_-NEIGHBORS_H_ */

View file

@ -37,9 +37,9 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_NETCMD_H__
#define __SHELL_RIME_NETCMD_H__
#ifndef SHELL_RIME_NETCMD_H_
#define SHELL_RIME_NETCMD_H_
void shell_rime_netcmd_init(void);
#endif /* __SHELL_RIME_NETCMD_H__ */
#endif /* SHELL_RIME_NETCMD_H_ */

View file

@ -37,9 +37,9 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_PING_H__
#define __SHELL_RIME_PING_H__
#ifndef SHELL_RIME_PING_H_
#define SHELL_RIME_PING_H_
void shell_rime_ping_init(void);
#endif /* __SHELL-RIME_-PING_H__ */
#endif /* SHELL-RIME_-PING_H_ */

View file

@ -30,9 +30,9 @@
*
*/
#ifndef __SHELL_RIME_SENDCMD_H__
#define __SHELL_RIME_SENDCMD_H__
#ifndef SHELL_RIME_SENDCMD_H_
#define SHELL_RIME_SENDCMD_H_
void shell_rime_sendcmd_init(void);
#endif /* __SHELL_RIME_SENDCMD_H__ */
#endif /* SHELL_RIME_SENDCMD_H_ */

View file

@ -37,9 +37,9 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_SNIFF_H__
#define __SHELL_RIME_SNIFF_H__
#ifndef SHELL_RIME_SNIFF_H_
#define SHELL_RIME_SNIFF_H_
void shell_rime_sniff_init(void);
#endif /* __SHELL_RIME_SNIFF_H__ */
#endif /* SHELL_RIME_SNIFF_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_UNICAST_H__
#define __SHELL_RIME_UNICAST_H__
#ifndef SHELL_RIME_UNICAST_H_
#define SHELL_RIME_UNICAST_H_
#include "shell.h"
void shell_rime_unicast_init(void);
#endif /* __SHELL_RIME_UNICAST_H__ */
#endif /* SHELL_RIME_UNICAST_H_ */

View file

@ -37,8 +37,8 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RIME_H__
#define __SHELL_RIME_H__
#ifndef SHELL_RIME_H_
#define SHELL_RIME_H_
#include "shell.h"
@ -86,4 +86,4 @@ void shell_rime_init(void);
extern struct collect_conn shell_collect_conn;
#endif /* __SHELL_RIME_H__ */
#endif /* SHELL_RIME_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_RSH_H__
#define __SHELL_RSH_H__
#ifndef SHELL_RSH_H_
#define SHELL_RSH_H_
#include "shell.h"
void shell_rsh_init(void);
#endif /* __SHELL_RSH_H__ */
#endif /* SHELL_RSH_H_ */

View file

@ -30,11 +30,11 @@
*
*/
#ifndef __SHELL_RUN_H__
#define __SHELL_RUN_H__
#ifndef SHELL_RUN_H_
#define SHELL_RUN_H_
#include "shell.h"
void shell_run_init(void);
#endif /* __SHELL_RUN_H__ */
#endif /* SHELL_RUN_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_SENDTEST_H__
#define __SHELL_SENDTEST_H__
#ifndef SHELL_SENDTEST_H_
#define SHELL_SENDTEST_H_
#include "shell.h"
void shell_sendtest_init(void);
#endif /* __SHELL_SENDTEST_H__ */
#endif /* SHELL_SENDTEST_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_SKY_H__
#define __SHELL_SKY_H__
#ifndef SHELL_SKY_H_
#define SHELL_SKY_H_
#include "shell.h"
void shell_sky_init(void);
#endif /* __SHELL_SKY_H__ */
#endif /* SHELL_SKY_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_TCPSEND_H__
#define __SHELL_TCPSEND_H__
#ifndef SHELL_TCPSEND_H_
#define SHELL_TCPSEND_H_
#include "shell.h"
void shell_tcpsend_init(void);
#endif /* __SHELL_TCPSEND_H__ */
#endif /* SHELL_TCPSEND_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_TEXT_H__
#define __SHELL_TEXT_H__
#ifndef SHELL_TEXT_H_
#define SHELL_TEXT_H_
#include "shell.h"
void shell_text_init(void);
#endif /* __SHELL_TEXT_H__ */
#endif /* SHELL_TEXT_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_TIME_H__
#define __SHELL_TIME_H__
#ifndef SHELL_TIME_H_
#define SHELL_TIME_H_
#include "shell.h"
void shell_time_init(void);
#endif /* __SHELL_TIME_H__ */
#endif /* SHELL_TIME_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_UDPSEND_H__
#define __SHELL_UDPSEND_H__
#ifndef SHELL_UDPSEND_H_
#define SHELL_UDPSEND_H_
#include "shell.h"
void shell_udpsend_init(void);
#endif /* __SHELL_UDPSEND_H__ */
#endif /* SHELL_UDPSEND_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_VARS_H__
#define __SHELL_VARS_H__
#ifndef SHELL_VARS_H_
#define SHELL_VARS_H_
#include "shell.h"
void shell_vars_init(void);
#endif /* __SHELL_VARS_H__ */
#endif /* SHELL_VARS_H_ */

View file

@ -37,11 +37,11 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_WGET_H__
#define __SHELL_WGET_H__
#ifndef SHELL_WGET_H_
#define SHELL_WGET_H_
#include "shell.h"
void shell_wget_init(void);
#endif /* __SHELL_WGET_H__ */
#endif /* SHELL_WGET_H_ */

View file

@ -57,8 +57,8 @@
* Adam Dunkels <adam@sics.se>
*/
#ifndef __SHELL_H__
#define __SHELL_H__
#ifndef SHELL_H_
#define SHELL_H_
#include "sys/process.h"
@ -411,7 +411,7 @@ struct shell_input {
#include "shell-vars.h"
#include "shell-wget.h"
#endif /* __SHELL_H__ */
#endif /* SHELL_H_ */
/** @} */