https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6542b23594e3fc2e1775e651c51977689bf9a1b4 authored by Daniel Fort on 09 July 2017, 20:29:21 UTC
Closed branch unified-5D3-FW_VERSION-Makefile-fix
Tip revision: 6542b23
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