https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 803fe5e6b25bd18ad6e99e3983ef9305613a52ec authored by a1ex on 24 April 2014, 17:30:20 UTC
Close branch prevent-menu-flickering
Tip revision: 803fe5e
boot-hack.h
#ifndef __BOOT_HACK_H_
#define __BOOT_HACK_H_

unsigned short int magic_is_off();
void _disable_ml_startup();

/* Blocks execution until config is read */
void hold_your_horses();

#endif // __BOOT_HACK_H
back to top