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/msr.h | |
parent | c14335c129ecac1e911c1c467c7f06dadc42d57a (diff) |
kernel: Refactor headers
Signed-off-by: sigsegv7 <ian@vegaa.systems>
Diffstat (limited to 'sys/include/arch/amd64/msr.h')
-rw-r--r-- | sys/include/arch/amd64/msr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/arch/amd64/msr.h b/sys/include/arch/amd64/msr.h index e466fe9..9d3a8bf 100644 --- a/sys/include/arch/amd64/msr.h +++ b/sys/include/arch/amd64/msr.h @@ -60,4 +60,4 @@ wrmsr(uint32_t msr_addr, uint64_t value) ); } -#endif /* _AMD64_MSR_H_ */ +#endif /* !_AMD64_MSR_H_ */ |