process.h 184 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <linux/linkage.h>
  3. struct pt_regs;
  4. asmlinkage int m68k_clone(struct pt_regs *regs);
  5. asmlinkage int m68k_clone3(struct pt_regs *regs);