From 2fb3f208bd2e739a8968afb23d22e13b6660ca22 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Fri, 31 Jan 2025 00:48:54 +0000 Subject: spread around defs, x86 asm and bits libs --- api/asm/x86_64/msr.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 api/asm/x86_64/msr.h (limited to 'api/asm') diff --git a/api/asm/x86_64/msr.h b/api/asm/x86_64/msr.h new file mode 100644 index 0000000..e78e5b5 --- /dev/null +++ b/api/asm/x86_64/msr.h @@ -0,0 +1,5 @@ +#include + +void msr_write(uint32_t index, uint64_t value); +uint64_t msr_read(uint32_t index); + -- cgit v1.3.1-1-g115d