upscheme/c/boot_image.c

6 lines
112 B
C
Raw Normal View History

#include <stddef.h>
#include "../scheme-boot/boot_image.h"
const size_t boot_image_size = sizeof(boot_image);