1 2 3 4 5 6 7 8 9 10 11 12 13
/* SPDX-License-Identifier: GPL-2.0 */ /* * The proc filesystem constants/structures */ #ifndef _LINUX_PROC_FS_H #define _LINUX_PROC_FS_H /* proc_fs is not used in U-Boot - provide empty stubs */ struct proc_dir_entry; #endif /* _LINUX_PROC_FS_H */