summaryrefslogtreecommitdiff
path: root/tests/test_device.h
blob: 34c22373dade4103696f65825c998284ff9e6e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __UTEST_DEVICE__
#define __UTEST_DEVICE__

#include <check.h>

#ifdef __cplusplus
extern "C" {
#endif

TCase *cl_device_tcase_create(void);

#ifdef __cplusplus
}
#endif

#endif