aboutsummaryrefslogtreecommitdiff
path: root/test/validation/time/time.h
blob: 1cd54d97f8bfb8e0a878d12f6a0965d100c3fa7a (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_TIME_H_
#define _ODP_TEST_TIME_H_

int time_main(void);

#endif