doxygen: score: Add SPARC64 CPU architecture group

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-03-27 10:59:35 +01:00
committed by Sebastian Huber
parent 25afa79a77
commit 2a50f875ca
2 changed files with 22 additions and 0 deletions

View File

@@ -40,6 +40,16 @@
#include <rtems/score/cpuopts.h> #include <rtems/score/cpuopts.h>
#include <rtems/score/cpu.h> #include <rtems/score/cpu.h>
/**
* @defgroup RTEMSScoreCPUSPARC64ASM SPARC64 Assembler Support
*
* @ingroup RTEMSScoreCPUSPARC64
*
* @brief SPARC64 Assembler Support
*
* @{
*/
/* /*
* Recent versions of GNU cpp define variables which indicate the * Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or * need for underscores and percents. If not using GNU cpp or
@@ -101,3 +111,5 @@
#define EXTERN(sym) .globl SYM (sym) #define EXTERN(sym) .globl SYM (sym)
#endif #endif
/** @} */

View File

@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h> #include <rtems/score/cpu.h>
/**
* @defgroup RTEMSScoreCPUSPARC64 SPARC64
*
* @ingroup RTEMSScoreCPU
*
* @brief SPARC64 Architecture Support
*
* @{
*/
#define CPU_PER_CPU_CONTROL_SIZE 0 #define CPU_PER_CPU_CONTROL_SIZE 0
#ifndef ASM #ifndef ASM