mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-11 17:22:01 +00:00
Add a CPIO wrapper to add new files/folders at initrd at runtime Add early boot scripts (initramfs-tools for debian-based) support
9 lines
134 B
C
9 lines
134 B
C
#ifndef FIRMWARE_H
|
|
#define FIRMWARE_H
|
|
|
|
#include <stddef.h>
|
|
|
|
int resolve_device_firmwares(void **initrd, size_t *initrd_size);
|
|
|
|
#endif
|