/* * COPYRIGHT (c) 2013 Chris Johns * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. */ #if !defined(_RAP_SHELL_H_) #define _RAP_SHELL_H_ int shell_rap (int argc, char* argv[]); #endif