source: rtems/testsuites/libtests/dl03/dl-cache.h @ d906ce3

5
Last change on this file since d906ce3 was 97d395b, checked in by Chris Johns <chrisj@…>, on 08/12/16 at 08:55:53

testsuite: Add libdl/dl03 cache test.

  • Property mode set to 100644
File size: 325 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_CACHE_H_)
10#define _DL_CACHE_H_
11
12int dl_cache_test(void);
13
14#endif
Note: See TracBrowser for help on using the repository browser.