blob: dd2e7b65ac36f963e88567cfbeda298a02c289e0 [file] [log] [blame]
// 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