Changeset 859251a in rtems


Ignore:
Timestamp:
03/08/18 18:29:23 (5 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
a1df2fdc
Parents:
cbbe68b
git-author:
Joel Sherrill <joel@…> (03/08/18 18:29:23)
git-committer:
Joel Sherrill <joel@…> (03/12/18 19:29:37)
Message:

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

Updates #3327.

Location:
cpukit/score/cpu/mips
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/mips/headers.am

    rcbbe68b r859251a  
    2020include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h
    2121include_rtems_score_HEADERS += include/rtems/score/mips.h
    22 include_rtems_score_HEADERS += include/rtems/score/types.h
  • cpukit/score/cpu/mips/include/rtems/score/cpu.h

    rcbbe68b r859251a  
    5757#endif
    5858
    59 #include <rtems/score/types.h>
     59#include <rtems/score/basedefs.h>
    6060#include <rtems/score/mips.h>
    6161
     
    999999}
    10001000
     1001/** Type that can store a 32-bit integer or a pointer. */
     1002typedef uintptr_t CPU_Uint32ptr;
     1003
    10011004#endif
    1002 
    1003 
    10041005
    10051006#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.