https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b8fc63bf124659d6d9c0dd29650243396b105a6f authored by a1ex on 19 June 2016, 18:07:13 UTC
Close branch nitrate-remove.
Tip revision: b8fc63b
mvr.h
#ifndef __MVR_H__
#define __MVR_H__

#include <platform/mvr.h>

extern struct mvr_struct *mvr_struct;
extern struct state_object *mvr_state;
extern struct mvr_config mvr_config;

#endif /* __PLATFORM_MVR_H__ */
back to top