Sign in
qemu
/
skiboot
/
27509a24b7245db6d1c10e4d595843e0a14c7c02
/
.
/
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