https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8d796ae5b932cf6a13183d2150a0c55bc9db45dd authored by Daniel Fort on 03 May 2018, 17:26:20 UTC
Closed branch update-to-6D.118-wip
Tip revision: 8d796ae
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