D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
linux-headers-6.8.0-101
/
include
/
asm-generic
/
Filename :
export.h
back
Copy
/* 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