source: rtems/testsuites/libtests/dl04/dl-load.h @ 95c1921

5
Last change on this file since 95c1921 was 381c42b, checked in by Chris Johns <chrisj@…>, on 08/12/16 at 09:18:38

testsuite: Add libdl/dl04 cache test.

  • Property mode set to 100644
File size: 322 bytes
Line 
1/*
2 * Copyright (c) 2016 Chris Johns <chrisj@rtems.org>.  All rights reserved.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#if !defined(_DL_LOAD_H_)
10#define _DL_LOAD_H_
11
12int dl_load_test(void);
13
14#endif
Note: See TracBrowser for help on using the repository browser.