diff options
Diffstat (limited to 'roms/skiboot/include/bt.h')
-rw-r--r-- | roms/skiboot/include/bt.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/skiboot/include/bt.h b/roms/skiboot/include/bt.h new file mode 100644 index 000000000..dd2e7b65a --- /dev/null +++ b/roms/skiboot/include/bt.h @@ -0,0 +1,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 |