Changeset 43bd6b15 in rtems


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

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

Updates #3327.

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

Legend:

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

    re88abc0 r43bd6b15  
    1515include_rtems_score_HEADERS += include/rtems/score/cpuatomic.h
    1616include_rtems_score_HEADERS += include/rtems/score/cpuimpl.h
    17 include_rtems_score_HEADERS += include/rtems/score/types.h
    1817include_rtems_score_HEADERS += include/rtems/score/v850.h
  • cpukit/score/cpu/v850/include/rtems/score/cpu.h

    re88abc0 r43bd6b15  
    2424#endif
    2525
    26 #include <rtems/score/types.h>
     26#include <rtems/score/basedefs.h>
    2727#include <rtems/score/v850.h>
    2828
     
    945945}
    946946
     947/** Type that can store a 32-bit integer or a pointer. */
     948typedef uintptr_t CPU_Uint32ptr;
     949
    947950#ifdef __cplusplus
    948951}
Note: See TracChangeset for help on using the changeset viewer.