2 * Bluetooth support file for calling bluetooth configuration functions
4 * Copyright (c) 2005 SDG Systems, LLC
5 * Copyright (C) 2006 Luke Kenneth Casson Leighton
7 * 2005-06 Todd Blumer Initial Revision
10 #ifndef _HTCSABLE_PHONE_H
11 #define _HTCSABLE_PHONE_H
15 struct htcsable_phone_funcs
{
16 void (*configure
) ( int state
);
17 int (*ioctl
)(struct uart_port
*port
, unsigned int cmd
, unsigned long arg
);