#ifndef print_h__ #define print_h__ #include "riscv.h" const device_t* print_dev(); #endif