https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 732b55bff5338eaf65b0ef740db0faf769080b5f authored by a1ex on 29 July 2014, 21:43:34 UTC
Close branch 1100D-FIO_SeekSkipFile
Tip revision: 732b55b
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