/* * Copyright (c) 2016 Chris Johns . 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_LOAD_H_) #define _DL_LOAD_H_ int dl_load_test(void); #endif