Changeset 037e8ae5 in rtems for c/src/lib/libbsp/arm/lpc32xx/include/mmu.h
- Timestamp:
- May 2, 2013, 3:42:20 PM (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 88cf23f
- Parents:
- 544615d
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/02/13 15:42:20)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/03/13 15:30:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/lpc32xx/include/mmu.h
r544615d r037e8ae5 62 62 * @return Previous section flags of the first modified entry. 63 63 */ 64 uint32_t lpc32xx_set_translation_table_entries(64 static inline uint32_t lpc32xx_set_translation_table_entries( 65 65 const void *begin, 66 66 const void *end, 67 67 uint32_t section_flags 68 ); 68 ) 69 { 70 return arm_cp15_set_translation_table_entries(begin, end, section_flags); 71 } 69 72 70 73 /** @} */
Note: See TracChangeset
for help on using the changeset viewer.