https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 748409fcb6f8caccc47fea2a28f992b54b6c9871 authored by Daniel Fort on 24 December 2016, 01:38:57 UTC
Closed branch rbrune_crop_rec
Tip revision: 748409f
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