License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / x86 / include / asm / asm-prototypes.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
334bb773 2#include <asm/ftrace.h>
7c0f6ba6 3#include <linux/uaccess.h>
334bb773
AB
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
16extern void cmpxchg8b_emu(void);
17#endif