2019-09-04 06:28:04 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2017 - 2019 Pensando Systems, Inc */
|
|
|
|
|
|
|
|
#ifndef _IONIC_BUS_H_
|
|
|
|
#define _IONIC_BUS_H_
|
|
|
|
|
2019-09-04 06:28:05 +08:00
|
|
|
const char *ionic_bus_info(struct ionic *ionic);
|
2019-09-04 06:28:04 +08:00
|
|
|
int ionic_bus_register_driver(void);
|
|
|
|
void ionic_bus_unregister_driver(void);
|
|
|
|
|
|
|
|
#endif /* _IONIC_BUS_H_ */
|