mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 02:58:09 +08:00
- The archive command lists archives, symbols and any duplicate symbols. - Change the RTL shell commands to the rtems_printer to allow the output to be captured.
16 lines
316 B
C
16 lines
316 B
C
/*
|
|
* Copyright (c) 2018 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(DL03_H)
|
|
#define DL03_H
|
|
|
|
int rtems_main_o3 (void);
|
|
|
|
#endif
|