1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Port on Texas Instruments TMS320C6x architecture
5 * Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated
11 #include <linux/linkage.h>
12 #include <asm-generic/bug.h>
16 extern void die(char *str, struct pt_regs *fp, int nr);
17 extern asmlinkage int process_exception(struct pt_regs *regs);
18 extern asmlinkage void enable_exception(void);
20 #endif /* _ASM_C6X_BUG_H */