Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
platform_data
spi-ep93xx.h
Go to the documentation of this file.
1
#ifndef __ASM_MACH_EP93XX_SPI_H
2
#define __ASM_MACH_EP93XX_SPI_H
3
4
struct
spi_device
;
5
12
struct
ep93xx_spi_info
{
13
int
num_chipselect
;
14
bool
use_dma
;
15
};
16
23
struct
ep93xx_spi_chip_ops
{
24
int
(*
setup
)(
struct
spi_device
*
spi
);
25
void
(*
cleanup
)(
struct
spi_device
*
spi
);
26
void
(*
cs_control
)(
struct
spi_device
*
spi
,
int
value
);
27
};
28
29
#endif
/* __ASM_MACH_EP93XX_SPI_H */
Generated on Thu Jan 10 2013 14:52:21 for Linux Kernel by
1.8.2