blob: dd2e7b65ac36f963e88567cfbeda298a02c289e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
/* Copyright 2013-2015 IBM Corp. */
#ifndef __BT_H
#define __BT_H
/* Initialise the BT interface */
void bt_init(void);
#endif
|