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_logo.h
2013-03-25 13:53:52 +00:00

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__