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

#ifndef _ODP_TEST_INIT_H_
#define _ODP_TEST_INIT_H_

int init_main_abort(void);
int init_main_log(void);
int init_main_ok(void);

#endif