https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 16fce8099633a6774b3359128c24189ad29d851c authored by Daniel Fort on 23 November 2016, 16:19:43 UTC
module.c edited online - added #include "patch.h" to resolve conflict
Tip revision: 16fce80
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