summaryrefslogtreecommitdiff
path: root/testsuites/libtests/dl08/dl-o6.h
blob: 0dde92857b020dae63c839c54340f8818614d6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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.
 */

#include <stdint.h>

#if !defined(DL06_H)
#define DL06_H

int rtems_main_o6 (void);

#endif