From: <z7...@us...> - 2007-06-03 10:06:26
|
Revision: 1021 http://svn.sourceforge.net/hackndev/?rev=1021&view=rev Author: z72ka Date: 2007-06-03 03:06:21 -0700 (Sun, 03 Jun 2007) Log Message: ----------- BCM2035: Fixed compilation warnings Modified Paths: -------------- linux4palm/linux/trunk/drivers/bluetooth/bcm2035_uart.c Modified: linux4palm/linux/trunk/drivers/bluetooth/bcm2035_uart.c =================================================================== --- linux4palm/linux/trunk/drivers/bluetooth/bcm2035_uart.c 2007-06-03 00:56:02 UTC (rev 1020) +++ linux4palm/linux/trunk/drivers/bluetooth/bcm2035_uart.c 2007-06-03 10:06:21 UTC (rev 1021) @@ -29,6 +29,9 @@ //#define BCM2035_DEBUG +extern void bcm2035_bt_power(int on); +extern void bcm2035_bt_reset(int on); + struct bcm2035_bt_funcs { void (*configure) ( int state ); }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |