f4fadfc6407536a30958d2af2865576b416b4658
[openwrt/svn-archive/archive.git] / package / switch / src / gpio.h
1 /*
2 * Copyright (C) 2006 OpenWrt.org
3 *
4 * This is free software, licensed under the GNU General Public License v2.
5 * See /LICENSE for more information.
6 */
7
8 #ifndef __GPIO_H
9 #define __GPIO_H
10
11 #ifdef BROADCOM
12 #include "gpio-bcm947xx.h"
13 #else
14 #error "Unsupported configuration."
15 #endif
16
17 #endif /* __GPIO_H */