#3327 closed enhancement (fixed)

Eliminate score/cpu/*/.../types.h

Reported by: Joel Sherrill Owned by:
Priority: normal Milestone: 5.1
Component: score Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

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

Change History (2)

comment:1 Changed on 03/12/18 at 19:30:07 by Joel Sherrill <joel@…>

In c2282d6d/rtems:

sparc/include/rtems/score/types.h: Eliminate this file

Updates #3327.

comment:2 Changed on 03/21/18 at 06:51:40 by Sebastian Huber

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.