rusefi-1/firmware/globalaccess.h

16 lines
311 B
C
Raw Normal View History

2019-01-27 21:44:30 -08:00
/*
2019-11-19 22:35:08 -08:00
* @file globalaccess.h
* @bried version of global.h with DECLARE_ENGINE_PARAMETER_SIGNATURE & PASS_ENGINE_PARAMETER_SUFFIX
*
2019-01-27 21:44:30 -08:00
*
* unit_tests have a more meaningful version of this header
*
2019-01-27 21:44:30 -08:00
* @date Jan 28, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
2019-11-19 22:35:08 -08:00
#pragma once
2019-01-27 21:44:30 -08:00
2019-01-27 23:59:14 -08:00
#include "global_shared.h"
2019-01-27 21:44:30 -08:00