Revision 359b966a5860077c4c5d451f7d23efd2f9c72069 authored by Giovanni Condello on 29 August 2013, 15:13:52 UTC, committed by Giovanni Condello on 29 August 2013, 15:13:52 UTC
1 parent 2a4e3eb
Raw File
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