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
|
@ -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_
|
||||
/**@}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue