https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 540002fc009aea33309f056a16ec282c072d58b6 authored by a1ex on 14 March 2014, 23:43:54 UTC
Close branch stubs-format
Tip revision: 540002f
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