summary refs log tree commit diff stats
path: root/include/hw/intc/sifive_plic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/intc/sifive_plic.h')
-rw-r--r--include/hw/intc/sifive_plic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/intc/sifive_plic.h b/include/hw/intc/sifive_plic.h
index 134cf39a96..d3f45ec248 100644
--- a/include/hw/intc/sifive_plic.h
+++ b/include/hw/intc/sifive_plic.h
@@ -33,7 +33,6 @@ DECLARE_INSTANCE_CHECKER(SiFivePLICState, SIFIVE_PLIC,
 typedef enum PLICMode {
     PLICMode_U,
     PLICMode_S,
-    PLICMode_H,
     PLICMode_M
 } PLICMode;