aboutsummaryrefslogtreecommitdiff
path: root/include/bt.h
blob: f6655d96a1a57264e9298c9723914073b874af67 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
/* Copyright 2013-2015 IBM Corp. */

#ifndef __BT_H
#define __BT_H

/* Initialise the BT interface */
void bt_init(void);

#endif