source: trunk/softs/tsar_boot/drivers/reset_inval.h @ 1064

Last change on this file since 1064 was 962, checked in by alain, 9 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
12void reset_L1_inval (void* const buffer, size_t size);
13
14void reset_L2_inval (void* const buffer, size_t size);
15
16void 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.