include: fix double include pre-processor guards

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-15 04:44:35 +02:00
committed by Alan Carvalho de Assis
parent 1adee3d657
commit 8d3bf05fd2
684 changed files with 2242 additions and 2252 deletions
+3 -3
View File
@@ -18,8 +18,8 @@
*
****************************************************************************/
#ifndef ___ARCH_CEVA_SRC_COMMON_UP_ARCH_H
#define ___ARCH_CEVA_SRC_COMMON_UP_ARCH_H
#ifndef __ARCH_CEVA_SRC_COMMON_UP_ARCH_H
#define __ARCH_CEVA_SRC_COMMON_UP_ARCH_H
/****************************************************************************
* Included Files
@@ -73,4 +73,4 @@ void modifyreg32(unsigned int addr, uint32_t clearbits, uint32_t setbits);
#endif
#endif /* __ASSEMBLY__ */
#endif /* ___ARCH_CEVA_SRC_COMMON_UP_ARCH_H */
#endif /* __ARCH_CEVA_SRC_COMMON_UP_ARCH_H */