aboutsummaryrefslogtreecommitdiff
path: root/test/validation/system/system.h
blob: f00ae57545b508c37b8e8a1ec2c7fb0fae8c04a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2015, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:	BSD-3-Clause
 */

#ifndef _ODP_TEST_SYSTEM_H_
#define _ODP_TEST_SYSTEM_H_

int system_main(void);

#endif