Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.19-rc7 8 lines 189 B view raw
1// SPDX-License-Identifier: GPL-2.0 2#ifndef __INITRAMFS_INTERNAL_H__ 3#define __INITRAMFS_INTERNAL_H__ 4 5char *unpack_to_rootfs(char *buf, unsigned long len); 6#define CPIO_HDRLEN 110 7 8#endif