diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-09-15 01:44:51 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-09-15 01:44:51 -0400 |
commit | 70f860f211a59abdca8b0a11417b9781403fd647 (patch) | |
tree | b89e4b5be50a9bb84efc1b30c0166c56b482f750 /sys/include/arch/amd64/ioapicvar.h | |
parent | c14335c129ecac1e911c1c467c7f06dadc42d57a (diff) |
kernel: Refactor headers
Signed-off-by: sigsegv7 <ian@vegaa.systems>
Diffstat (limited to 'sys/include/arch/amd64/ioapicvar.h')
-rw-r--r-- | sys/include/arch/amd64/ioapicvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/include/arch/amd64/ioapicvar.h b/sys/include/arch/amd64/ioapicvar.h index 1e39fb6..40691cc 100644 --- a/sys/include/arch/amd64/ioapicvar.h +++ b/sys/include/arch/amd64/ioapicvar.h @@ -27,8 +27,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _IOAPICVAR_H_ -#define _IOAPICVAR_H_ +#ifndef _AMD64_IOAPICVAR_H_ +#define _AMD64_IOAPICVAR_H_ #include <sys/types.h> @@ -54,4 +54,4 @@ union ioapic_redentry { uint64_t value; }; -#endif /* _IOAPICVAR_H_ */ +#endif /* !_AMD64_IOAPICVAR_H_ */ |