Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
rt
/
linux-rt-devel
/
8a2ba6f8ee7dd764ffec4484e4f4d5ad377f9a69
/
.
/
init
/
initramfs_internal.h
blob: 233dad16b0a00bf25cbeec7bf471e93509c43f04 [
file
] [
log
] [
blame
]
// 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