aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/include/intr.h')
-rw-r--r--sys/riscv/include/intr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/riscv/include/intr.h b/sys/riscv/include/intr.h
index 100f1ba40ff3..657781efb620 100644
--- a/sys/riscv/include/intr.h
+++ b/sys/riscv/include/intr.h
@@ -35,12 +35,6 @@
#ifndef _MACHINE_INTR_MACHDEP_H_
#define _MACHINE_INTR_MACHDEP_H_
-enum root_type {
- INTR_ROOT_IRQ = 0,
-
- INTR_ROOT_COUNT /* MUST BE LAST */
-};
-
#ifndef NIRQ
#define NIRQ 1024
#endif