mini/start.h
2009-01-08 23:27:22 +01:00

9 lines
97 B
C

#ifndef __START_H__
#define __START_H__
#include "types.h"
void debug_output(u8 byte);
#endif