mirror of
https://github.com/fail0verflow/mini.git
synced 2026-03-24 02:34:14 -05: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
|