btstack/trunk/hci.c
matthias.ringwald 76a09ef37a prototyping
2009-04-29 21:53:15 +00:00

12 lines
145 B
C

/*
* hci.c
*
* Created by Matthias Ringwald on 4/29/09.
*
*/
#include "hci.h"
void hci_run(hci_transport_t *transport, void *config){
}