2 * OpenFirmware SPI support routines
3 * Copyright (C) 2008 Secret Lab Technologies Ltd.
5 * Support routines for deriving SPI device attachments from the device
9 #ifndef __LINUX_OF_SPI_H
10 #define __LINUX_OF_SPI_H
13 #include <linux/spi/spi.h>
15 extern void of_register_spi_devices(struct spi_master
*master
,
16 struct device_node
*np
);
18 #endif /* __LINUX_OF_SPI */