2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @file test_accel_enrichment.h
|
|
|
|
*
|
|
|
|
* Created on: apr 29, 2014
|
|
|
|
* Author: Dmitry Sidin
|
2015-01-12 16:05:46 -08:00
|
|
|
* Author: Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_ACCEL_ENRICHMENT_H_
|
|
|
|
#define TEST_ACCEL_ENRICHMENT_H_
|
|
|
|
|
|
|
|
void testAccelEnrichment(void);
|
|
|
|
|
|
|
|
#endif /* TEST_ACCEL_ENRICHMENT_H_ */
|