1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 01:30:14 +03:00
openwrt-xburst/package/switch/src/gpio.h
nbd c7a59f885d add diag and switch support for brcm47xx-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6562 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-14 01:19:24 +00:00

18 lines
309 B
C

/*
* Copyright (C) 2006 OpenWrt.org
*
* This is free software, licensed under the GNU General Public License v2.
* See /LICENSE for more information.
*/
#ifndef __GPIO_H
#define __GPIO_H
#ifdef BROADCOM
#include "gpio-bcm947xx.h"
#else
#error "Unsupported configuration."
#endif
#endif /* __GPIO_H */