/* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (C) IBM Corporation 2023 */ #ifndef DRIVERS_FSI_SLAVE_H #define DRIVERS_FSI_SLAVE_H #include <linux/cdev.h> #include <linux/device.h> struct fsi_master; struct fsi_slave { … }; #define to_fsi_slave(d) … #endif /* DRIVERS_FSI_SLAVE_H */