Revision e4f8ff451494acf6d81b0549134c802cf0b93ed9 authored by alex@thinkpad on 11 February 2017, 13:44:28 UTC, committed by alex@thinkpad on 11 February 2017, 13:44:28 UTC
1 parent b4a17f6
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