xref: /btstack/src/hci_transport_h4.h (revision c4e84d5d3fd0a793334ba66f557148ea8f6f2e31)
1 /*
2  *  hci_h4_transport.h
3  *
4  *  Created by Matthias Ringwald on 4/29/09.
5  *
6  */
7 #pragma once
8 
9 #include "hci_transport.h"
10 
11 extern hci_transport_t hci_h4_transport;
12