https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 82de2a363e32344ee8b68ca2035cedc3bee91778 authored by Daniel Fort on 08 September 2015, 00:16:18 UTC
Close branch EOSM_dot_tune.
Tip revision: 82de2a3
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