brintos

brintos / linux-shallow public Read only

0
0
Text · 313 B · d261947 Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (C) STMicroelectronics SA 20144 * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.5 */6 7#ifndef _STI_HDMI_TX3G4C28PHY_H_8#define _STI_HDMI_TX3G4C28PHY_H_9 10#include "sti_hdmi.h"11 12extern struct hdmi_phy_ops tx3g4c28phy_ops;13 14#endif15