linux gpio管脚功能配置API
#ifndef NUC970_GPIO_H#define NUC970_GPIO_H#include <mach/regs-gcr.h>#include <mach/regs-gpio.h>#include <mach/gpio.h>#define GPIO_R _IOW('g', 0, char) //申请#define GPIO_F _I...