https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6f1024a4e10589632694e7e4535363f1efe0a240 authored by danne on 29 November 2016, 01:36:15 UTC
If condition only for crop mode hack
Tip revision: 6f1024a
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