Changeset 82 for trunk/hal/x86_64/core/hal_internal.h
- Timestamp:
- Jun 28, 2017, 1:23:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_internal.h
r81 r82 35 35 void sti(); 36 36 void cli(); 37 void out8(uint32_t port, uint8_t val); 37 38 uint64_t rdmsr(uint32_t); 38 39 void wrmsr(uint32_t, uint64_t);
Note: See TracChangeset
for help on using the changeset viewer.