Files
Upsilon/boot/boot.h
2015-08-03 21:04:13 +02:00

7 lines
78 B
C

#ifndef PLATFORM_PLATFORM_H
#define PLATFORM_PLATFORM_H
void boot();
#endif