Changeset d071d9a in rtems
- Timestamp:
- Aug 10, 2018, 1:22:02 PM (2 years ago)
- Branches:
- 5, master
- Children:
- b3693f5
- Parents:
- ebd1937
- git-author:
- Joel Sherrill <joel@…> (08/10/18 13:22:02)
- git-committer:
- Joel Sherrill <joel@…> (08/10/18 13:24:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/qoriq/include/tm27.h
rebd1937 rd071d9a 79 79 } 80 80 81 static void Cause_tm27_intr( )81 static void Cause_tm27_intr(void) 82 82 { 83 83 qoriq_tm27_cause(IPI_INDEX_LOW); 84 84 } 85 85 86 static void Clear_tm27_intr( )86 static void Clear_tm27_intr(void) 87 87 { 88 88 /* Nothing to do */
Note: See TracChangeset
for help on using the changeset viewer.