10 lines
95 B
C
10 lines
95 B
C
|
|
||
|
#ifndef print_h__
|
||
|
#define print_h__
|
||
|
|
||
|
#include "riscv.h"
|
||
|
|
||
|
|
||
|
const device_t* print_dev();
|
||
|
|
||
|
#endif
|