aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/vmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/include/vmm.h')
-rw-r--r--sys/riscv/include/vmm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/riscv/include/vmm.h b/sys/riscv/include/vmm.h
index e227dd825966..361140834805 100644
--- a/sys/riscv/include/vmm.h
+++ b/sys/riscv/include/vmm.h
@@ -103,9 +103,6 @@ enum vm_reg_name {
#define VM_INTINFO_HWEXCEPTION (3 << 8)
#define VM_INTINFO_SWINTR (4 << 8)
-#define VM_MAX_NAMELEN 32
-#define VM_MAX_SUFFIXLEN 15
-
#ifdef _KERNEL
struct vm;