00001 /* 00002 * include/linux/spi-algo-mpc5200psc.h 00003 * 00004 * SPI support for MPC5200 processor 00005 * 00006 * 2003 (c) Wolfgang Denk, DENX Software Engineering, <wd@denx.de>. This 00007 * file is licensed under the terms of the GNU General Public License 00008 * version 2. This program is licensed "as is" without any warranty of 00009 * any kind, whether express or implied. 00010 */ 00011 00012 #ifndef _SPI_ALGO_PPC_5XXX_h_ 00013 #define _SPI_ALGO_PPC_5XXX_h_ 00014 00015 #include <asm/mpc5xxx.h> 00016 00017 struct spi_algo_mpc5xxx_data { 00018 struct mpc5xxx_psc *regs; /* psc module registers */ 00019 }; 00020 00021 int spi_mpc5xxx_add_bus(struct spi_adapter *); 00022 int spi_mpc5xxx_del_bus(struct spi_adapter *); 00023 00024 #endif /* _spi_ALGO_mpc5XXX_H_ */
1.3.6