mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
@@ -1,5 +1,14 @@
|
||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSScoreCPU
|
||||
*
|
||||
* @brief This source file contains the implementation of the
|
||||
* _CPU_Thread_Idle_body().
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2013, 2014 embedded brains GmbH & Co. KG
|
||||
*
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSScoreCPUSPARC
|
||||
*
|
||||
* @brief This header file provides interfaces of the GRLIB-TN-0018 LEON3FT
|
||||
* RETT Restart Errata fixes.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2020 Cobham Gaisler AB
|
||||
*
|
||||
|
||||
@@ -1 +1,9 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSScoreCPUSPARC
|
||||
*
|
||||
* @brief This header file provides system call interfaces.
|
||||
*/
|
||||
|
||||
#define SYS_exit 1
|
||||
|
||||
Reference in New Issue
Block a user