2006-06-27 00:40:19 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2006 OpenWrt.org
|
|
|
|
*
|
|
|
|
* This is free software, licensed under the GNU General Public License v2.
|
|
|
|
* See /LICENSE for more information.
|
|
|
|
*/
|
|
|
|
|
2005-12-25 14:18:55 +00:00
|
|
|
#ifndef __GPIO_H
|
|
|
|
#define __GPIO_H
|
|
|
|
|
2007-03-14 01:19:24 +00:00
|
|
|
#ifdef BROADCOM
|
|
|
|
#include "gpio-bcm947xx.h"
|
2005-12-25 14:18:55 +00:00
|
|
|
#else
|
2007-03-14 01:19:24 +00:00
|
|
|
#error "Unsupported configuration."
|
2005-12-25 14:18:55 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __GPIO_H */
|