#ifndef DEBUG_H #define DEBUG_H struct print_engine{ u8 line; u8 row; u8 color; }; u8 debug_some_test(); #endif /* DEBUG_H */