https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 76604bf3725d4817ac64291fe21353659ec6fa00 authored by alex@thinkpad on 30 April 2018, 10:05:07 UTC
Close branch
Tip revision: 76604bf
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