xref: /openbmc/linux/arch/riscv/include/asm/ptdump.h (revision ddae1423)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2019 SiFive
4  */
5 
6 #ifndef _ASM_RISCV_PTDUMP_H
7 #define _ASM_RISCV_PTDUMP_H
8 
9 void ptdump_check_wx(void);
10 
11 #endif /* _ASM_RISCV_PTDUMP_H */
12