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