Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Tosa bluetooth built-in chip control.
0004  *
0005  * Later it may be shared with some other platforms.
0006  *
0007  * Copyright (c) 2008 Dmitry Baryshkov
0008  */
0009 #ifndef TOSA_BT_H
0010 #define TOSA_BT_H
0011 
0012 struct tosa_bt_data {
0013     int gpio_pwr;
0014     int gpio_reset;
0015 };
0016 
0017 #endif
0018