Skip to content

Commit 241c7b3

Browse files
soburidkalowsk
authored andcommitted
arch: arc: Fixed an error in include-guard
Fixed definitions duplicated with those in `include/zephyr/arch/xtensa/arch_inlines.h`. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 408c151 commit 241c7b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/zephyr/arch/arc/arch_inlines.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8-
#ifndef ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_INLINES_H_
9-
#define ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_INLINES_H_
8+
#ifndef ZEPHYR_INCLUDE_ARCH_ARC_ARCH_INLINES_H_
9+
#define ZEPHYR_INCLUDE_ARCH_ARC_ARCH_INLINES_H_
1010

1111
#ifndef _ASMLANGUAGE
1212

@@ -42,4 +42,4 @@ static ALWAYS_INLINE unsigned int arch_num_cpus(void)
4242
}
4343

4444
#endif /* !_ASMLANGUAGE */
45-
#endif /* ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_INLINES_H_ */
45+
#endif /* ZEPHYR_INCLUDE_ARCH_ARC_ARCH_INLINES_H_ */

0 commit comments

Comments
 (0)