gpio.h 166 字节
Newer Older
D
David Brownell 已提交
1 2 3 4
#ifndef _ARCH_ARM_GPIO_H
#define _ARCH_ARM_GPIO_H

/* not all ARM platforms necessarily support this API ... */
5
#include <mach/gpio.h>
D
David Brownell 已提交
6 7

#endif /* _ARCH_ARM_GPIO_H */