Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-pxa / tosa_bt.h
blob56acd5dabec4fd1fc758922b0f452ad440931a55
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Tosa bluetooth built-in chip control.
5 * Later it may be shared with some other platforms.
7 * Copyright (c) 2008 Dmitry Baryshkov
8 */
9 #ifndef TOSA_BT_H
10 #define TOSA_BT_H
12 struct tosa_bt_data {
13 int gpio_pwr;
14 int gpio_reset;
17 #endif