We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408c151 commit 241c7b3Copy full SHA for 241c7b3
include/zephyr/arch/arc/arch_inlines.h
@@ -5,8 +5,8 @@
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
-#ifndef ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_INLINES_H_
9
-#define ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_INLINES_H_
+#ifndef ZEPHYR_INCLUDE_ARCH_ARC_ARCH_INLINES_H_
+#define ZEPHYR_INCLUDE_ARCH_ARC_ARCH_INLINES_H_
10
11
#ifndef _ASMLANGUAGE
12
@@ -42,4 +42,4 @@ static ALWAYS_INLINE unsigned int arch_num_cpus(void)
42
}
43
44
#endif /* !_ASMLANGUAGE */
45
-#endif /* ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_INLINES_H_ */
+#endif /* ZEPHYR_INCLUDE_ARCH_ARC_ARCH_INLINES_H_ */
0 commit comments