[RTEMS Project] #3327: Eliminate score/cpu/*/.../types.h
RTEMS trac
trac at rtems.org
Thu Mar 8 17:22:23 UTC 2018
#3327: Eliminate score/cpu/*/.../types.h
----------------------------+--------------------
Reporter: Joel Sherrill | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.1
Component: score | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
----------------------------+--------------------
Each port contains a types.h file. It universally defines one type
(CPU_Uint32ptr) that is required. Some of the types.h files define a CPU
specific simple vectored ISR handler prototype.
* Move the CPU_Uint32ptr typedef to cpu.h
* If unused, delete the ISR handler prototype. If used, move to cpu.h
--
Ticket URL: <http://devel.rtems.org/ticket/3327>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list