File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 6
6
* SPDX-License-Identifier: Apache-2.0
7
7
*/
8
8
9
- #ifndef ZEPHYR_INCLUDE_ARCH_MIPS_EXPCEPTION_H_
10
- #define ZEPHYR_INCLUDE_ARCH_MIPS_EXPCEPTION_H_
9
+ #ifndef ZEPHYR_INCLUDE_ARCH_MIPS_EXCEPTION_H_
10
+ #define ZEPHYR_INCLUDE_ARCH_MIPS_EXCEPTION_H_
11
11
12
12
#ifndef _ASMLANGUAGE
13
13
#include <zephyr/types.h>
@@ -56,4 +56,4 @@ struct arch_esf {
56
56
57
57
#endif /* _ASMLANGUAGE */
58
58
59
- #endif /* ZEPHYR_INCLUDE_ARCH_MIPS_EXPCEPTION_H_ */
59
+ #endif /* ZEPHYR_INCLUDE_ARCH_MIPS_EXCEPTION_H_ */
Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
7
- #ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_EXPCEPTION_H_
8
- #define ZEPHYR_INCLUDE_ARCH_NIOS2_EXPCEPTION_H_
7
+ #ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_EXCEPTION_H_
8
+ #define ZEPHYR_INCLUDE_ARCH_NIOS2_EXCEPTION_H_
9
9
10
10
#ifndef _ASMLANGUAGE
11
11
#include <zephyr/types.h>
@@ -41,4 +41,4 @@ struct arch_esf {
41
41
42
42
#endif /* _ASMLANGUAGE */
43
43
44
- #endif /* ZEPHYR_INCLUDE_ARCH_NIOS2_EXPCEPTION_H_ */
44
+ #endif /* ZEPHYR_INCLUDE_ARCH_NIOS2_EXCEPTION_H_ */
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: Apache-2.0
6
6
*/
7
7
8
- #ifndef ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_
9
- #define ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_
8
+ #ifndef ZEPHYR_INCLUDE_ARCH_POSIX_EXCEPTION_H_
9
+ #define ZEPHYR_INCLUDE_ARCH_POSIX_EXCEPTION_H_
10
10
11
11
#ifndef _ASMLANGUAGE
12
12
#include <zephyr/types.h>
@@ -25,4 +25,4 @@ struct arch_esf {
25
25
26
26
#endif /* _ASMLANGUAGE */
27
27
28
- #endif /* ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_ */
28
+ #endif /* ZEPHYR_INCLUDE_ARCH_POSIX_EXCEPTION_H_ */
Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
7
- #ifndef ZEPHYR_INCLUDE_ARCH_SPARC_EXPCEPTION_H_
8
- #define ZEPHYR_INCLUDE_ARCH_SPARC_EXPCEPTION_H_
7
+ #ifndef ZEPHYR_INCLUDE_ARCH_SPARC_EXCEPTION_H_
8
+ #define ZEPHYR_INCLUDE_ARCH_SPARC_EXCEPTION_H_
9
9
10
10
#ifndef _ASMLANGUAGE
11
11
#include <zephyr/types.h>
@@ -31,4 +31,4 @@ struct arch_esf {
31
31
32
32
#endif /* _ASMLANGUAGE */
33
33
34
- #endif /* ZEPHYR_INCLUDE_ARCH_SPARC_EXPCEPTION_H_ */
34
+ #endif /* ZEPHYR_INCLUDE_ARCH_SPARC_EXCEPTION_H_ */
Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
7
- #ifndef ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_
8
- #define ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_
7
+ #ifndef ZEPHYR_INCLUDE_ARCH_X86_IA32_EXCEPTION_H_
8
+ #define ZEPHYR_INCLUDE_ARCH_X86_IA32_EXCEPTION_H_
9
9
10
10
#ifndef _ASMLANGUAGE
11
11
#include <zephyr/types.h>
@@ -67,4 +67,4 @@ struct _x86_syscall_stack_frame {
67
67
68
68
#endif /* _ASMLANGUAGE */
69
69
70
- #endif /* ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_ */
70
+ #endif /* ZEPHYR_INCLUDE_ARCH_X86_IA32_EXCEPTION_H_ */
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- #ifndef ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXPCEPTION_H_
7
- #define ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXPCEPTION_H_
6
+ #ifndef ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXCEPTION_H_
7
+ #define ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXCEPTION_H_
8
8
9
9
#ifndef _ASMLANGUAGE
10
10
#include <zephyr/arch/x86/intel64/thread.h>
@@ -72,4 +72,4 @@ struct x86_ssf {
72
72
73
73
#endif /* _ASMLANGUAGE */
74
74
75
- #endif /* ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXPCEPTION_H_ */
75
+ #endif /* ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXCEPTION_H_ */
You can’t perform that action at this time.
0 commit comments