GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-pxa / include / mach / tosa_bt.h
blob5ec60bbf569492cd6af60118d5d33a9541769e5e
1 /*
2 * Tosa bluetooth built-in chip control.
4 * Later it may be shared with some other platforms.
6 * Copyright (c) 2008 Dmitry Baryshkov
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
13 #ifndef TOSA_BT_H
14 #define TOSA_BT_H
16 struct tosa_bt_data {
17 int gpio_pwr;
18 int gpio_reset;
21 #endif