Loading...
/* 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 */