1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_EARLYCPIO_H
3 #define _LINUX_EARLYCPIO_H
5 #include <linux/types.h>
7 #define MAX_CPIO_FILE_NAME 18
12 char name
[MAX_CPIO_FILE_NAME
];
15 struct cpio_data
find_cpio_data(const char *path
, void *data
, size_t len
,
18 #endif /* _LINUX_EARLYCPIO_H */