Linux Kernel
3.7.1
|
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <linux/types.h>
#include <linux/spi/spidev.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Definition at line 105 of file spidev_fdx.c.