Revision 328d6253c5f255d88b969913daebef984062dfa5 authored by alex@thinkpad on 02 February 2018, 13:44:08 UTC, committed by alex@thinkpad on 02 February 2018, 13:44:08 UTC
(to make sure all events are printed in all modes)
1 parent 03c58c5
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