2026-01-21 18:59:54 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
#ifndef __ASM_GENERIC_EXPORT_H
|
|
|
|
|
#define __ASM_GENERIC_EXPORT_H
|
|
|
|
|
|
|
|
|
|
/*
|
2026-01-29 22:25:33 +08:00
|
|
|
* <asm/export.h> and <asm-generic/export.h> are deprecated.
|
|
|
|
|
* Please include <linux/export.h> directly.
|
2026-01-21 18:59:54 +08:00
|
|
|
*/
|
2026-01-29 22:25:33 +08:00
|
|
|
#include <linux/export.h>
|
2026-01-21 18:59:54 +08:00
|
|
|
|
|
|
|
|
#endif
|