treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / misc / mic / scif / scif_peer_bus.h
blob2ea4c51c18c196e84f4df97f78b3bcedccdc1625
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Intel MIC Platform Software Stack (MPSS)
5 * Copyright(c) 2014 Intel Corporation.
7 * Intel SCIF driver.
8 */
9 #ifndef _SCIF_PEER_BUS_H_
10 #define _SCIF_PEER_BUS_H_
12 #include <linux/device.h>
13 #include <linux/mic_common.h>
14 #include <linux/scif.h>
16 struct scif_dev;
18 void scif_add_peer_device(struct work_struct *work);
19 void scif_peer_register_device(struct scif_dev *sdev);
20 int scif_peer_unregister_device(struct scif_dev *scifdev);
21 int scif_peer_bus_init(void);
22 void scif_peer_bus_exit(void);
23 #endif /* _SCIF_PEER_BUS_H */