summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl03/dl-bit-alloc.h
blob: 5795570397472db64e4b4994f1d20046941c0c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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(_DL_BIT_ALLOC_H_)
#define _DL_BIT_ALLOC_H_

int dl_bit_alloc_test(void);

#endif