use a default VERSION field for kmod packages
[openwrt.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 */
This page took 0.061279 seconds and 5 git commands to generate.