Sign in
android
/
kernel
/
common
/
4aa69d64e43edb51a4ecff7d301e9f881eb2d3f5
/
.
/
include
/
asm-generic
/
export.h
blob: 570cd4da72105c8344300f22855153bc159e730a [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef
__ASM_GENERIC_EXPORT_H
#define
__ASM_GENERIC_EXPORT_H
/*
* <asm/export.h> and <asm-generic/export.h> are deprecated.
* Please include <linux/export.h> directly.
*/
#include
<linux/export.h>
#endif