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

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

Updates #3327.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/sparc64/include/rtems/score/cpu.h

    rd978d1b r55e76c2  
    2929#endif
    3030
    31 #include <rtems/score/types.h>
     31#include <rtems/score/basedefs.h>
    3232#include <rtems/score/sparc64.h>
    3333
     
    10431043}
    10441044
     1045/** Type that can store a 32-bit integer or a pointer. */
     1046typedef uintptr_t CPU_Uint32ptr;
     1047
    10451048#endif /* ASM */
    10461049
Note: See TracChangeset for help on using the changeset viewer.