https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a00af8370ee45091165842b0d0ae00fd65710a8a authored by Giovanni C on 17 April 2014, 12:12:07 UTC
Close branch eosm-use-traditional-boot
Tip revision: a00af83
misc.c
// misc functions specific to 5D3/113

#include <dryos.h>
#include <property.h>
#include <bmp.h>
#include <config.h>
#include <consts.h>
#include <lens.h>
#include <version.h>

// dummy stubs
void bootflag_write_bootblock(){};
back to top