mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 21:39:41 +08:00
15 lines
325 B
C
15 lines
325 B
C
/*
|
|
* Copyright (c) 2016 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_CACHE_H_)
|
|
#define _DL_CACHE_H_
|
|
|
|
int dl_cache_test(void);
|
|
|
|
#endif
|