https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3433f4dced7394013030352af585b3e9535364eb authored by a1ex on 14 July 2014, 05:48:50 UTC
Close branch 6D-SRM
Tip revision: 3433f4d
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