mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
9 lines
189 B
C
9 lines
189 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
#ifndef __INITRAMFS_INTERNAL_H__
|
||
|
#define __INITRAMFS_INTERNAL_H__
|
||
|
|
||
|
char *unpack_to_rootfs(char *buf, unsigned long len);
|
||
|
#define CPIO_HDRLEN 110
|
||
|
|
||
|
#endif
|