mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-02-04 23:24:45 +00:00
16 lines
224 B
C
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__
|
|
|