mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 03:17:05 +00:00
sysreg.py: Define an impdef EC code that Apple seems to use
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
6ad3b263a1
commit
e3d7e569dc
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class ESR_EC(IntEnum):
|
|||
WATCH_LOWER = 0b110100
|
||||
WATCH = 0b110101
|
||||
BRK = 0b111100
|
||||
IMPDEF = 0b111111
|
||||
|
||||
class MSR_DIR(IntEnum):
|
||||
WRITE = 0
|
||||
|
|
Loading…
Reference in a new issue