Last change
on this file since 1015 was
962,
checked in by alain, 10 years ago
|
Introducing a new IOC driver supporting the VciMultiAhci? disk controller (in polling mode only).
Extending the MMC driver to support the SYNC command requested by the AHCI protocol on the tsar_generic_iob platform.
|
File size:
398 bytes
|
Rev | Line | |
---|
[758] | 1 | /** |
---|
| 2 | * \file reset_inval.h |
---|
| 3 | * \date December 14, 2014 |
---|
| 4 | * \author Cesar Fuguet |
---|
| 5 | */ |
---|
| 6 | |
---|
| 7 | #ifndef RESET_INVAL_H |
---|
| 8 | #define RESET_INVAL_H |
---|
| 9 | |
---|
| 10 | #include <inttypes.h> |
---|
| 11 | |
---|
[962] | 12 | void reset_L1_inval (void* const buffer, size_t size); |
---|
[758] | 13 | |
---|
[962] | 14 | void reset_L2_inval (void* const buffer, size_t size); |
---|
[758] | 15 | |
---|
[962] | 16 | void reset_L2_sync (void* const buffer, size_t size); |
---|
| 17 | |
---|
[758] | 18 | #endif |
---|
| 19 | |
---|
| 20 | /* |
---|
| 21 | * vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab |
---|
| 22 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.