/* SPDX-License-Identifier: GPL-2.0 */ /* FIXME * move this to include/linux/mod_devicetable.h when merging */ #ifndef __LINUX_GREYBUS_ID_H #define __LINUX_GREYBUS_ID_H #include <linux/types.h> #include <linux/mod_devicetable.h> struct greybus_bundle_id { … }; /* Used to match the greybus_bundle_id */ #define GREYBUS_ID_MATCH_VENDOR … #define GREYBUS_ID_MATCH_PRODUCT … #define GREYBUS_ID_MATCH_CLASS … #endif /* __LINUX_GREYBUS_ID_H */