treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
[linux-2.6-block.git] / drivers / misc / mic / scif / scif_peer_bus.h
CommitLineData
1802d0be 1/* SPDX-License-Identifier: GPL-2.0-only */
b55f0359
SD
2/*
3 * Intel MIC Platform Software Stack (MPSS)
4 *
5 * Copyright(c) 2014 Intel Corporation.
6 *
b55f0359
SD
7 * Intel SCIF driver.
8 */
9#ifndef _SCIF_PEER_BUS_H_
10#define _SCIF_PEER_BUS_H_
11
12#include <linux/device.h>
13#include <linux/mic_common.h>
d3d912eb 14#include <linux/scif.h>
b55f0359
SD
15
16struct scif_dev;
17
d3d912eb
AD
18void scif_add_peer_device(struct work_struct *work);
19void scif_peer_register_device(struct scif_dev *sdev);
20int scif_peer_unregister_device(struct scif_dev *scifdev);
b55f0359
SD
21int scif_peer_bus_init(void);
22void scif_peer_bus_exit(void);
23#endif /* _SCIF_PEER_BUS_H */