Changeset c83d169 in rtems


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

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

Updates #3327.

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

Legend:

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

    rc98d4748 rc83d169  
    1313include_rtems_score_HEADERS += include/rtems/score/epiphany-utility.h
    1414include_rtems_score_HEADERS += include/rtems/score/epiphany.h
    15 include_rtems_score_HEADERS += include/rtems/score/types.h
  • cpukit/score/cpu/epiphany/include/rtems/score/cpu.h

    rc98d4748 rc83d169  
    4040#endif
    4141
     42#include <rtems/score/basedefs.h>
    4243#include <rtems/score/epiphany.h> /* pick up machine definitions */
    43 #include <rtems/score/types.h>
    4444#ifndef ASM
    4545#include <rtems/bspIo.h>
     
    865865}
    866866
     867/** Type that can store a 32-bit integer or a pointer. */
     868typedef uintptr_t CPU_Uint32ptr;
     869
    867870#endif /* ASM */
    868871
Note: See TracChangeset for help on using the changeset viewer.