https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 97983f693af3b3f974ab2e3583f7ced005f32693 authored by Daniel Fort on 04 July 2018, 20:06:21 UTC
Merged unified into update-to-500D.112
Tip revision: 97983f6
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