aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/include/asm/ptdump.h
blob: e29af71919094f64bb03d6cf2d42d4d4e3eea168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2019 SiFive
 */

#ifndef _ASM_RISCV_PTDUMP_H
#define _ASM_RISCV_PTDUMP_H

void ptdump_check_wx(void);

#endif /* _ASM_RISCV_PTDUMP_H */