|
Linux Kernel
3.7.1
|
#include <stdint.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <getopt.h>#include <fcntl.h>#include <sys/ioctl.h>#include <linux/types.h>#include <linux/spi/spidev.h>Go to the source code of this file.
Macros | |
| #define | ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) |
Functions | |
| int | main (int argc, char *argv[]) |
Definition at line 157 of file spidev_test.c.
1.8.2