|
Last change
on this file was 992, checked in by alain, 11 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_bdv.h
|
|---|
| 3 | * \date December 14, 2014
|
|---|
| 4 | * \author Cesar Fuguet
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | #ifndef RESET_IOC_BDV_H
|
|---|
| 8 | #define RESET_IOC_BDV_H
|
|---|
| 9 |
|
|---|
| 10 | int reset_bdv_init();
|
|---|
| 11 |
|
|---|
| 12 | int reset_bdv_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.