Merge branch 'main' into dev-wifi-fw

This commit is contained in:
Anderson
2026-05-11 20:48:27 -03:00
committed by GitHub
6 changed files with 128 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
#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