mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-12 17:52:00 +00:00
7 lines
102 B
C
7 lines
102 B
C
#ifndef FIRMWARE_H
|
|
#define FIRMWARE_H
|
|
|
|
int dump_device_firmwares(const char *boot_file_path);
|
|
|
|
#endif
|