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
|
Line | |
---|
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 | |
---|
12 | void reset_L1_inval (void* const buffer, size_t size); |
---|
13 | |
---|
14 | void reset_L2_inval (void* const buffer, size_t size); |
---|
15 | |
---|
16 | void reset_L2_sync (void* const buffer, size_t size); |
---|
17 | |
---|
18 | #endif |
---|
19 | |
---|
20 | /* |
---|
21 | * vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab |
---|
22 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.