Revision 3e3c75daaecf8e2ef52873f4922c6798b4365256 authored by g3gg0 on 26 October 2013, 19:02:52 UTC, committed by g3gg0 on 26 October 2013, 19:02:52 UTC
1 parent d62f5e4
Raw File
boot-hack.h
#ifndef __BOOT_HACK_H_
#define __BOOT_HACK_H_

unsigned short int magic_is_off();
void _disable_ml_startup();

#endif // __BOOT_HACK_H
back to top