OpenCores
URL https://opencores.org/ocsvn/tiny_spi/tiny_spi/trunk

Subversion Repositories tiny_spi

[/] [tiny_spi/] [trunk/] [driver/] [linux-2.6/] [oc_tiny_spi.h] - Blame information for rev 10

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 10 hippo5329
#ifndef _LINUX_SPI_OC_TINY_SPI_H
2
#define _LINUX_SPI_OC_TINY_SPI_H
3
 
4
/**
5
 * struct tiny_spi_platform_data - platform data of the OpenCores tiny SPI
6
 * @freq:       input clock freq to the core.
7
 * @baudwidth:  baud rate divider width of the core.
8
 * @interrupt:  use intrrupt driven data transfer.
9
 */
10
struct tiny_spi_platform_data {
11
        uint freq;
12
        uint baudwidth;
13
        int interrupt;
14
};
15
 
16
#endif /* _LINUX_SPI_OC_TINY_SPI_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.