https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: d0f12f11fefd1beebe04c183448f46791270d870 authored by Daniel Fort on 03 April 2018, 18:48:21 UTC
70D stubs
Tip revision: d0f12f1
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