Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/fs.h>
#include <linux/init.h>
Go to the source code of this file.
Macros | |
#define | _(addr) (volatile unsigned char *)(addr) |
Functions | |
char * | _platform_gpio_table (int length) |
int | h8300_reserved_gpio (int port, unsigned int bits) |
int | h8300_free_gpio (int port, unsigned int bits) |
int | h8300_set_gpio_dir (int port_bit, int dir) |
int | h8300_get_gpio_dir (int port_bit) |
void __init | h8300_gpio_init (void) |