]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/arm/mach-pxa/tosa_bt.h
Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / arch / arm / mach-pxa / tosa_bt.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Tosa bluetooth built-in chip control.
4  *
5  * Later it may be shared with some other platforms.
6  *
7  * Copyright (c) 2008 Dmitry Baryshkov
8  */
9 #ifndef TOSA_BT_H
10 #define TOSA_BT_H
11
12 struct tosa_bt_data {
13         int gpio_pwr;
14         int gpio_reset;
15 };
16
17 #endif
18