// 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