https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b44b18d3805e4bbf2478f4aaed59624b124cdd54 authored by Daniel Fort on 16 April 2018, 01:05:06 UTC
Backed out change as instructed by a1ex
Tip revision: b44b18d
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