mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
6a4e5227a3
Arch-neutral GPIO calls for AVR32. GPIO IRQ support written by David Brownell. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7 lines
115 B
C
7 lines
115 B
C
#ifndef __ASM_AVR32_GPIO_H
|
|
#define __ASM_AVR32_GPIO_H
|
|
|
|
#include <asm/arch/gpio.h>
|
|
|
|
#endif /* __ASM_AVR32_GPIO_H */
|