https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5f8e55430fdca5dcba0afb29a4d0daa3564b61d4 authored by Daniel Fort on 30 April 2018, 23:01:33 UTC
Closed branch unified
Tip revision: 5f8e554
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