|
#define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \
|
|
#define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \
|
|
rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, _as, true)
|
|
rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, _as, true)
|
|
int rom_add_option(const char *file, int32_t bootindex);
|
|
int rom_add_option(const char *file, int32_t bootindex);
|