Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / kernel / entry / common.h
blobf6e6d02f07feb27aa75309a631fe8f47c0116ef4
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _COMMON_H
3 #define _COMMON_H
5 bool syscall_user_dispatch(struct pt_regs *regs);
7 #endif