mini/start.h

9 lines
97 B
C
Raw Normal View History

2008-12-28 14:35:37 +01:00
#ifndef __START_H__
#define __START_H__
#include "types.h"
void debug_output(u8 byte);
#endif