|
|
| File: [Development] / linux-2.6-xfs-all / include / linux / of_spi.h (download)
Revision 1.1, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.27-rc8 Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd. |
/* * OpenFirmware SPI support routines * Copyright (C) 2008 Secret Lab Technologies Ltd. * * Support routines for deriving SPI device attachments from the device * tree. */ #ifndef __LINUX_OF_SPI_H #define __LINUX_OF_SPI_H #include <linux/of.h> #include <linux/spi/spi.h> extern void of_register_spi_devices(struct spi_master *master, struct device_node *np); #endif /* __LINUX_OF_SPI */