mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 20:37:32 +08:00
committed by
Sebastian Huber
parent
71f90982dc
commit
2b37eca5dd
@@ -55,6 +55,16 @@
|
||||
#include <rtems/score/cpuopts.h>
|
||||
#include <rtems/score/sh.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSScoreCPUshASM SuperH (sh) Assembler Support
|
||||
*
|
||||
* @ingroup RTEMSScoreCPUsh
|
||||
*
|
||||
* @brief SuperH (sh) Assembler Support
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/*
|
||||
* Recent versions of GNU cpp define variables which indicate the
|
||||
* need for underscores and percents. If not using GNU cpp or
|
||||
|
||||
@@ -17,6 +17,16 @@
|
||||
|
||||
#include <rtems/score/cpu.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSScoreCPUsh SuperH (sh)
|
||||
*
|
||||
* @ingroup RTEMSScoreCPU
|
||||
*
|
||||
* @brief SuperH (sh) Architecture Support
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
#define CPU_PER_CPU_CONTROL_SIZE 0
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
Reference in New Issue
Block a user