From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkKYm-0005Md-LC for qemu-devel@nongnu.org; Mon, 29 Sep 2008 11:21:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkKYl-0005MN-A7 for qemu-devel@nongnu.org; Mon, 29 Sep 2008 11:21:16 -0400 Received: from [199.232.76.173] (port=42474 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkKYl-0005MK-3d for qemu-devel@nongnu.org; Mon, 29 Sep 2008 11:21:15 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:39763) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkKYl-0001vu-CH for qemu-devel@nongnu.org; Mon, 29 Sep 2008 11:21:15 -0400 Received: by gxk12 with SMTP id 12so11475297gxk.10 for ; Mon, 29 Sep 2008 08:21:14 -0700 (PDT) Message-ID: Date: Mon, 29 Sep 2008 18:21:13 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [5345] Add a virtual HCI. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 9/29/08, Andrzej Zaborowski wrote: > Revision: 5345 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5345 > Author: balrog > Date: 2008-09-29 00:02:34 +0000 (Mon, 29 Sep 2008) > +void bt_submit_lmp(struct bt_device_s *bt, int length, uint8_t *data) > +void bt_submit_raw_acl(struct bt_piconet_s *net, int length, uint8_t *data) > +void bt_hci_done(struct HCIInfo *info) Forgot 'static'?