diff options
Diffstat (limited to 'public/frameworks/KernelTest.fwrk')
| -rw-r--r-- | public/frameworks/KernelTest.fwrk/headers/Foundation.h | 4 | ||||
| -rw-r--r-- | public/frameworks/KernelTest.fwrk/headers/SourceLocation.h | 4 | ||||
| -rw-r--r-- | public/frameworks/KernelTest.fwrk/headers/TestCase.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/Foundation.h b/public/frameworks/KernelTest.fwrk/headers/Foundation.h index 2b9e848b..82066bdd 100644 --- a/public/frameworks/KernelTest.fwrk/headers/Foundation.h +++ b/public/frameworks/KernelTest.fwrk/headers/Foundation.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_FOUNDATION_H -#define HEADERS_FOUNDATION_H +#ifndef FW_HEADERS_FOUNDATION_H +#define FW_HEADERS_FOUNDATION_H #include <libSystem/SystemKit/Err.h> #include <libSystem/SystemKit/System.h> diff --git a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h index b8f5abd0..80361dc1 100644 --- a/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h +++ b/public/frameworks/KernelTest.fwrk/headers/SourceLocation.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_SOURCELOCATION_H -#define HEADERS_SOURCELOCATION_H +#ifndef FW_HEADERS_SOURCELOCATION_H +#define FW_HEADERS_SOURCELOCATION_H #include <KernelTest.fwrk/headers/Foundation.h> diff --git a/public/frameworks/KernelTest.fwrk/headers/TestCase.h b/public/frameworks/KernelTest.fwrk/headers/TestCase.h index 2090f84e..7f97798d 100644 --- a/public/frameworks/KernelTest.fwrk/headers/TestCase.h +++ b/public/frameworks/KernelTest.fwrk/headers/TestCase.h @@ -3,8 +3,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel -#ifndef HEADERS_TESTCASE_H -#define HEADERS_TESTCASE_H +#ifndef FW_HEADERS_TESTCASE_H +#define FW_HEADERS_TESTCASE_H #include <KernelTest.fwrk/headers/SourceLocation.h> |
