2 * Copyright (c) 2009 Nuvoton technology corporation.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation;version 2 of the License.
12 #ifndef __SPI_NUC900_H
13 #define __SPI_NUC900_H
15 extern void mfp_set_groupg(struct device *dev, const char *subname);
17 struct nuc900_spi_info {
25 unsigned int txbitlen;
29 struct nuc900_spi_chip {
30 unsigned char bits_per_word;
33 #endif /* __SPI_NUC900_H */