Skip to content

Commit 76e8552

Browse files
committed
acpi_tables/hest: Add new NotificationType values
These are RISC-V specific, see https://docs.google.com/document/d/18rxA6JTyFTelEj0aiKdSFzxPgwyHyThj8EP8lXqWZdY/edit Signed-off-by: Tim Wawrzynczak <[email protected]>
1 parent c518b6e commit 76e8552

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/hest.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ pub enum NotificationType {
415415
Armv8Sei = 9,
416416
ExternalGsiv = 10,
417417
SoftwareException = 11,
418+
RiscvSupervisorSoftwareEvent = 12,
419+
RiscvLowPriorityRasInterrupt = 13,
420+
RiscvHighPriorityRasInterrupt = 14,
421+
RiscvHardwareErrorException = 15,
418422
}
419423

420424
#[repr(u32)]

0 commit comments

Comments
 (0)