#ifndef PSXC_PSX_H_ #define PSXC_PSX_H_ #include "boot.h" #include "cpu.h" typedef struct { psx_header_t header; cpu_t *cpu; } psx_t; #endif