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
|
@ -3,10 +3,10 @@
|
|||
*
|
||||
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
|
||||
*/
|
||||
#ifndef __MEMMAP_FAT_H__
|
||||
#define __MEMMAP_FAT_H__
|
||||
#ifndef MEMMAP_FAT_H_
|
||||
#define MEMMAP_FAT_H_
|
||||
|
||||
#ifndef __MEMMAP_TABLES_H__
|
||||
#ifndef MEMMAP_TABLES_H_
|
||||
// if we weren't included via memmap-tables.h, define a dummy type for the BAT
|
||||
typedef void HalBootloaderAddressTableType;
|
||||
#endif
|
||||
|
@ -48,4 +48,4 @@ extern const HalFixedAddressTableType halFixedAddressTable;
|
|||
#define FAT_MAJOR_VERSION_MASK (0xFF00)
|
||||
|
||||
|
||||
#endif //__MEMMAP_FAT_H__
|
||||
#endif //MEMMAP_FAT_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue