1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-04 23:24:45 +00:00
Files
mist-devel.mist-firmware/boot_print.h
2013-03-25 13:53:52 +00:00

16 lines
224 B
C

/* boot_print.h */
/* 2012, rok.krajnc@gmail.com */
#ifndef __BOOT_PRINT_H__
#define __BOOT_PRINT_H__
extern unsigned short bcurx;
extern unsigned short bcury;
void BootPrintEx(char * str);
#endif // __BOOT_PRINT_H__