/* SPDX-License-Identifier: GPL-2.0 */ /* * Broadcom BCM2835 V4L2 driver * * Copyright © 2013 Raspberry Pi (Trading) Ltd. * * Authors: Vincent Sanders @ Collabora * Dave Stevenson @ Broadcom * (now [email protected]) * Simon Mellor @ Broadcom * Luke Diamand @ Broadcom */ #ifndef MMAL_MSG_COMMON_H #define MMAL_MSG_COMMON_H #include <linux/types.h> enum mmal_msg_status { … }; struct mmal_rect { … }; #endif /* MMAL_MSG_COMMON_H */