hh.org updates
[hh.org.git] / arch / arm / mach-pxa / htcuniversal / htcuniversal_bt.h
blobed5476adb5343d7897a0b59c29e1ef88724e5f05
1 /*
2 * Bluetooth support file for calling bluetooth configuration functions
4 * Copyright (c) 2005 SDG Systems, LLC
6 * 2005-06 Todd Blumer Initial Revision
7 */
9 #ifndef _HTCUNIVERSAL_BT_H
10 #define _HTCUNIVERSAL_BT_H
12 struct htcuniversal_bt_funcs {
13 void (*configure) ( int state );
17 #endif