mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
m1n1.hw.agx: Export R_FAULT_INFO
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
b8f9008953
commit
1f28498b0a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
from ..utils import *
|
||||
from enum import IntEnum
|
||||
|
||||
__all__ = ["SGXRegs", "agx_decode_unit"]
|
||||
__all__ = ["SGXRegs", "agx_decode_unit", "R_FAULT_INFO"]
|
||||
|
||||
class FAULT_REASON(IntEnum):
|
||||
INVALID = 0
|
||||
|
|
Loading…
Reference in a new issue