diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-01-31 00:48:54 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-01-31 00:48:54 +0000 |
| commit | 2fb3f208bd2e739a8968afb23d22e13b6660ca22 (patch) | |
| tree | 4bf02b06ed27c2726f675f752e064211df934323 /api/asm/x86_64 | |
| parent | 0d2ddecc9aeb232746b76b4eebdb1381053a8951 (diff) | |
spread around defs, x86 asm and bits libs
Diffstat (limited to 'api/asm/x86_64')
| -rw-r--r-- | api/asm/x86_64/msr.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <stdint.h> + +void msr_write(uint32_t index, uint64_t value); +uint64_t msr_read(uint32_t index); + |
