https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e2c98ad311509033369ab31bc92d643e48326877 authored by Alex on 08 July 2016, 17:27:23 UTC
Close branch installer
Tip revision: e2c98ad
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