Last change
on this file since 1030 was
992,
checked in by alain, 9 years ago
|
Introduce a new driver for SD Card using the 4bits wide SD bus.
THere is now 5 supported block device peripherals, and the driver names
have been re-organised: reset_ioc_xxx with xxx in (bdv, hba, rdk, spi, sdc)
|
File size:
312 bytes
|
Line | |
---|
1 | /** |
---|
2 | * \file reset_ioc_rdk.h |
---|
3 | * \date December 14, 2014 |
---|
4 | * \author Cesar Fuguet |
---|
5 | */ |
---|
6 | |
---|
7 | #ifndef RESET_IOC_RDK_H |
---|
8 | #define RESET_IOC_RDK_H |
---|
9 | |
---|
10 | int reset_rdk_init(); |
---|
11 | |
---|
12 | int reset_rdk_read( unsigned int lba, void* buffer, unsigned int count ); |
---|
13 | |
---|
14 | #endif |
---|
15 | |
---|
16 | /* |
---|
17 | * vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab |
---|
18 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.