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

@ -44,8 +44,8 @@
@{
*/
#ifndef _DFMEM_H_
#define _DFMEM_H_
#ifndef DFMEM_H_
#define DFMEM_H_
#include "conf_access.h"
#include "ctrl_status.h"
@ -132,6 +132,6 @@ Ctrl_status avrf_usb_write( void );
#endif // _DFMEM_H_
#endif //DFMEM_H_
/** @} */

View file

@ -45,8 +45,8 @@
@{
*/
#ifndef _CONF_ACCESS_H_
#define _CONF_ACCESS_H_
#ifndef CONF_ACCESS_H_
#define CONF_ACCESS_H_
// Active the Logical Unit
@ -192,6 +192,6 @@
#define GLOBAL_WR_PROTECT DISABLED // To manage a global write protection
#endif //! _CONF_ACCESS_H_
#endif //!CONF_ACCESS_H_
/** @} */

View file

@ -52,8 +52,8 @@
@{
*/
#ifndef _MEM_CTRL_H_
#define _MEM_CTRL_H_
#ifndef MEM_CTRL_H_
#define MEM_CTRL_H_
#include "storage/conf_access.h"
#include "storage/ctrl_status.h"
@ -153,5 +153,5 @@ Ctrl_status ram_2_memory( U8 lun , const U32 _MEM_TYPE_SLOW_ *addr , U8 _MEM_
#endif // (ACCESS_STREAM == ENABLED)
//--------------------------------------------------------------------------
#endif // _MEM_CTRL_H_
#endif //MEM_CTRL_H_
/**@}*/

View file

@ -52,8 +52,8 @@
@{
*/
#ifndef _CTRL_STATUS_H_
#define _CTRL_STATUS_H_
#ifndef CTRL_STATUS_H_
#define CTRL_STATUS_H_
//_____ D E F I N I T I O N S ______________________________________________
@ -66,5 +66,5 @@ typedef enum
, CTRL_BUSY =(FAIL+2) // Not initialize
} Ctrl_status;
#endif // _CTRL_STATUS_H_
#endif //CTRL_STATUS_H_
/** @} */

View file

@ -44,8 +44,8 @@
\addtogroup usbstorage
@{
*/
#ifndef _SCSI_DECODER_H_
#define _SCSI_DECODER_H_
#ifndef SCSI_DECODER_H_
#define SCSI_DECODER_H_
//_____ I N C L U D E S ____________________________________________________
@ -334,5 +334,5 @@ void sbc_lun_status_is_not_present(void);
void sbc_lun_status_is_fail(void);
void sbc_lun_status_is_protected(void);
#endif /* _SCSI_DECODER_H_ */
#endif /*SCSI_DECODER_H_ */
/** @} */

View file

@ -45,8 +45,8 @@
\defgroup usbstorage USB Mass Storage Task
@{
*/
#ifndef _STORAGE_TASK_H_
#define _STORAGE_TASK_H_
#ifndef STORAGE_TASK_H_
#define STORAGE_TASK_H_
//_____ I N C L U D E S ____________________________________________________
@ -65,5 +65,5 @@ void sof_action(void);
PROCESS_NAME(storage_process);
#endif /* _STORAGE_TASK_H_ */
#endif /*STORAGE_TASK_H_ */
/** @} */