Changeset 347 for trunk/softs/tsar_boot/include
- Timestamp:
- Apr 1, 2013, 8:57:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/include/boot_ioc.h
r292 r347 9 9 #endif 10 10 11 #include <defs.h> 11 12 #include <boot_tty.h> 12 13 #include <io.h> … … 34 35 35 36 /** 37 * boot_dbuf_invalidate() 38 * 39 * Invalidate all data cache lines corresponding to a memory buffer. 40 */ 41 #if (CACHE_COHERENCE == 0) 42 void boot_dbuf_invalidate( 43 const void * buffer, 44 unsigned int line_size, 45 unsigned int size); 46 #endif 47 48 /** 36 49 * boot_ioc_write() 37 50 *
Note: See TracChangeset
for help on using the changeset viewer.