mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-12 09:41:59 +00:00
13 lines
230 B
C
13 lines
230 B
C
#ifndef FIRMWARE_H
|
|
#define FIRMWARE_H
|
|
|
|
<<<<<<< dev-wifi-fw
|
|
int dump_device_firmwares(const char *boot_file_path);
|
|
=======
|
|
#include <stddef.h>
|
|
|
|
int resolve_device_firmwares(void **initrd, size_t *initrd_size);
|
|
>>>>>>> main
|
|
|
|
#endif
|