#ifndef SOURCE_ASM_H #define SOURCE_ASM_H #include extern uint8_t ioport_in(uint8_t port); extern void ioport_out(uint8_t port, int data); #endif