diff options
Diffstat (limited to 'sd/inc/diadef.h')
-rw-r--r-- | sd/inc/diadef.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/diadef.h b/sd/inc/diadef.h index 8d8fd5265372..0da1bd899d35 100644 --- a/sd/inc/diadef.h +++ b/sd/inc/diadef.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_DIADEF_H -#define _SD_DIADEF_H +#ifndef INCLUDED_SD_INC_DIADEF_H +#define INCLUDED_SD_INC_DIADEF_H enum PresChange { @@ -30,6 +30,6 @@ enum PresChange // has to be adjusted #define PRESCHANGE_COUNT 3 -#endif // _SD_DIADEF_H +#endif // INCLUDED_SD_INC_DIADEF_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |