Revision f53422e82464594d569eca1cb3130b3f9984f7ca authored by Daniel Fort on 23 November 2016, 05:10:23 UTC, committed by Daniel Fort on 23 November 2016, 05:10:23 UTC
1 parent 4a29a79
Raw File
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