@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
lib
/
modules
/
2.6.32-754.el6.x86_64
/
build
/
include
/
linux
/
Path :
Upload File :
New :
File
Dir
//lib/modules/2.6.32-754.el6.x86_64/build/include/linux/of_spi.h
/* * 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 */