/* * 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. */ #include #if !defined(DL06_H) #define DL06_H int rtems_main_o6 (void); #endif