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/cpuid.h | |
parent | c14335c129ecac1e911c1c467c7f06dadc42d57a (diff) |
kernel: Refactor headers
Signed-off-by: sigsegv7 <ian@vegaa.systems>
Diffstat (limited to 'sys/include/arch/amd64/cpuid.h')
-rw-r--r-- | sys/include/arch/amd64/cpuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/arch/amd64/cpuid.h b/sys/include/arch/amd64/cpuid.h index 9420477..2aeb47e 100644 --- a/sys/include/arch/amd64/cpuid.h +++ b/sys/include/arch/amd64/cpuid.h @@ -37,4 +37,4 @@ : "=a" (a), "=b" (b), "=c" (c), "=d" (d) \ : "0" (level)) -#endif /* _AMD64_CPUID_H_ */ +#endif /* !_AMD64_CPUID_H_ */ |