/* SPDX-License-Identifier: GPL-2.0-only */ /* * Analog Devices ADV7511 HDMI Transmitter Device Driver * * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef ADV7511_H #define ADV7511_H /* notify events */ #define ADV7511_MONITOR_DETECT … #define ADV7511_EDID_DETECT … struct adv7511_monitor_detect { … }; struct adv7511_edid_detect { … }; struct adv7511_platform_data { … }; #endif