mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-15 21:42:27 +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
|