Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _COMMON_H
0003 #define _COMMON_H
0004 
0005 bool syscall_user_dispatch(struct pt_regs *regs);
0006 
0007 #endif