summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl10/dl-o3.h
blob: 8c5d18dfb149742a56e31a9fca1927b9f48e4d01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2018 Chris Johns <chrisj@rtems.org>.
 * All rights reserved.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#if !defined(DL03_H)
#define DL03_H

int rtems_main_o3 (void);

#endif