/* * Copyright (c) 2018 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(DL03_H) #define DL03_H int rtems_main_o3 (void); #endif