6 lines
87 B
C
6 lines
87 B
C
#ifndef FIO_DEBUG_INC_H
|
|
#define FIO_DEBUG_INC_H
|
|
|
|
extern void debug_init(void);
|
|
|
|
#endif
|