https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6302d799800a4255be8b7ef1ce1a924c59154e18 authored by Giovanni C on 21 February 2014, 21:45:45 UTC
Close branch port_cold_pixel_fix
Tip revision: 6302d79
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