6 lines
112 B
C
6 lines
112 B
C
|
#include <stddef.h>
|
||
|
|
||
|
#include "../scheme-boot/boot_image.h"
|
||
|
|
||
|
const size_t boot_image_size = sizeof(boot_image);
|