aboutsummaryrefslogtreecommitdiff
path: root/tests/src/lv_test_init.h
blob: 2b536078ece524fffad8fffd6281749d9beb1f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef LV_TEST_INIT_H
#define LV_TEST_INIT_H

#ifdef __cplusplus
extern "C" {
#endif

#include <stdio.h>
#include <../lvgl.h>

void lv_test_init(void);
void lv_test_deinit(void);

#ifdef __cplusplus
} /*extern "C"*/
#endif

#endif /*LV_TEST_INIT_H*/