xref: /linux/arch/riscv/include/asm/hwprobe.h (revision e6b9d8eddb1772d99a676a906d42865293934edd)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3  * Copyright 2023 Rivos, Inc
4  */
5 
6 #ifndef _ASM_HWPROBE_H
7 #define _ASM_HWPROBE_H
8 
9 #include <uapi/asm/hwprobe.h>
10 
11 #define RISCV_HWPROBE_MAX_KEY 5
12 
13 #endif
14