https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 279ffbe1a37610d616f947bdd9b9b3a06e171782 authored by dannephoto on 25 September 2017, 08:45:58 UTC
Handle odd sizes mlv_dump
Tip revision: 279ffbe
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