mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
12 lines
164 B
C
12 lines
164 B
C
/*
|
|
* hci_h4_transport.h
|
|
*
|
|
* Created by Matthias Ringwald on 4/29/09.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
#include "hci_transport.h"
|
|
|
|
extern hci_transport_t hci_h4_transport;
|