You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _ALCHEMY_GPIO_H_
|
|
#define _ALCHEMY_GPIO_H_
|
|
|
|
#if defined(CONFIG_ALCHEMY_GPIO_AU1000)
|
|
|
|
#include <asm/mach-au1x00/gpio-au1000.h>
|
|
|
|
#endif
|
|
|
|
#endif /* _ALCHEMY_GPIO_H_ */
|
|
|