Changeset 91 for trunk/hal/x86_64/core/hal_internal.h
- Timestamp:
- Jun 29, 2017, 11:02:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_internal.h
r83 r91 35 35 void sti(); 36 36 void cli(); 37 uint8_t in8(uint32_t port); 37 38 void out8(uint32_t port, uint8_t val); 38 39 uint64_t rdmsr(uint32_t);
Note: See TracChangeset
for help on using the changeset viewer.