mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
9 lines
184 B
C
9 lines
184 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
||
|
#include <linux/linkage.h>
|
||
|
|
||
|
struct pt_regs;
|
||
|
|
||
|
asmlinkage int m68k_clone(struct pt_regs *regs);
|
||
|
asmlinkage int m68k_clone3(struct pt_regs *regs);
|