mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-02-08 08:51:25 +00:00
12 lines
153 B
C
12 lines
153 B
C
/* boot_logo.h */
|
|
/* 2012, rok.krajnc@gmail.com */
|
|
|
|
#ifndef __BOOT_LOGO_H__
|
|
#define __BOOT_LOGO_H__
|
|
|
|
|
|
void draw_boot_logo();
|
|
|
|
|
|
#endif // __BOOT_LOGO_H__
|