summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl06/dl06-o2.h
blob: 12be7ee19702cbff5a2fac2a73b46c5b121e0fc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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(DL06_02_H)
#define DL06_02_H

void dl_o2_func1 (unsigned short s[7]);
double dl_o2_func2 (double d1, double d2);
double dl_o2_func3 (double d);

#endif