mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 11:15:07 +01:00
9 lines
97 B
C
9 lines
97 B
C
|
#ifndef __START_H__
|
||
|
#define __START_H__
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
void debug_output(u8 byte);
|
||
|
|
||
|
#endif
|