https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 07bc22976619fdf27edc6c6e2ebd12d248c9c811 authored by a1ex on 01 June 2014, 11:50:42 UTC
Close branch Pelican/fio_seekskipfile-added-stubss-edited-onl-1401619680648.
Tip revision: 07bc229
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