#ifndef PSXC_BOOT_H_ #define PSXC_BOOT_H_ #include "util.h" void boot_psx_prgm(byte_arr_t *prgm); #endif