Sign in
qemu
/
skiboot
/
1c2de4798d2f1952a83c193717b886ed8ecb6d7a
/
.
/
include
/
bt.h
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