https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 38d72021e7e051eb0169d314ddc290f6668cf4b8 authored by a1ex on 04 June 2014, 07:37:33 UTC
Close branch 60d_timer_stubs
Tip revision: 38d7202
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