hwprobe.h (ea3de9ce8aa280c5175c835bd3e94a3a9b814b74) hwprobe.h (00e76e2c6a2bd3976d44d4a1fdd0b7a3c2566607)
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
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 2
11#define RISCV_HWPROBE_MAX_KEY 4
12
13#endif
12
13#endif