Changeset 653 for trunk/softs/tsar_boot/include/reset_utils.h
- Timestamp:
- Mar 3, 2014, 5:11:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/include/reset_utils.h
r586 r653 19 19 extern void reset_print_elf_phdr(Elf32_Phdr * elf_phdr_ptr); 20 20 21 #endif 21 #if USE_IOB 22 void reset_mcc_invalidate ( const void * buffer, 23 unsigned int size); 24 #endif /* USE_IOB */ 25 26 #if (CACHE_COHERENCE == 0) || USE_IOB 27 void reset_buf_invalidate ( const void * buffer, 28 unsigned int line_size, 29 unsigned int size); 30 #endif /* (CACHE_COHERENCE == 0) || USE_IOB */ 31 #endif /* BOOT_UTILS_H */ 22 32 23 33 // vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab
Note: See TracChangeset
for help on using the changeset viewer.