ASoC: spdif: Add S32_LE support for S/PDIF dummy codec drivers
[linux-2.6-microblaze.git] / arch / x86 / include / asm / asm-prototypes.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/ftrace.h>
3 #include <linux/uaccess.h>
4 #include <asm/string.h>
5 #include <asm/page.h>
6 #include <asm/checksum.h>
7
8 #include <asm-generic/asm-prototypes.h>
9
10 #include <asm/page.h>
11 #include <asm/pgtable.h>
12 #include <asm/special_insns.h>
13 #include <asm/preempt.h>
14
15 #ifndef CONFIG_X86_CMPXCHG64
16 extern void cmpxchg8b_emu(void);
17 #endif