Skip to content

Commit

Permalink
acpi_tables/hest: Add new NotificationType values
Browse files Browse the repository at this point in the history
These are RISC-V specific, see
https://docs.google.com/document/d/18rxA6JTyFTelEj0aiKdSFzxPgwyHyThj8EP8lXqWZdY/edit

Signed-off-by: Tim Wawrzynczak <tim@rivosinc.com>
  • Loading branch information
timw-rivos committed Dec 7, 2023
1 parent c518b6e commit 76e8552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ pub enum NotificationType {
Armv8Sei = 9,
ExternalGsiv = 10,
SoftwareException = 11,
RiscvSupervisorSoftwareEvent = 12,
RiscvLowPriorityRasInterrupt = 13,
RiscvHighPriorityRasInterrupt = 14,
RiscvHardwareErrorException = 15,
}

#[repr(u32)]
Expand Down

0 comments on commit 76e8552

Please sign in to comment.