Revision d46ec6fcfef78b1c1748563560cab8fd406613fc authored by bouncyball on 13 January 2017, 08:53:55 UTC, committed by bouncyball on 13 January 2017, 08:53:55 UTC
1 parent 193e8de
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