https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ee88078393c536c57f38eea1b32f344708fde51c authored by Daniel Fort on 08 August 2017, 14:28:07 UTC
Closed branch qemu-wip
Tip revision: ee88078
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