Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef _ASM_S390_PTDUMP_H
0004 #define _ASM_S390_PTDUMP_H
0005 
0006 void ptdump_check_wx(void);
0007 
0008 static inline void debug_checkwx(void)
0009 {
0010     if (IS_ENABLED(CONFIG_DEBUG_WX))
0011         ptdump_check_wx();
0012 }
0013 
0014 #endif /* _ASM_S390_PTDUMP_H */