init/initramfs_internal.h

Source file repositories/reference/linux-study-clean/init/initramfs_internal.h

File Facts

System
Linux kernel
Corpus path
init/initramfs_internal.h
Extension
.h
Size
189 bytes
Lines
9
Domain
Core OS
Bucket
Boot And Init
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

// 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

Annotation

Implementation Notes