cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

meson_encoder_hdmi.h (297B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Copyright (C) 2021 BayLibre, SAS
      4 * Author: Neil Armstrong <narmstrong@baylibre.com>
      5 */
      6
      7#ifndef __MESON_ENCODER_HDMI_H
      8#define __MESON_ENCODER_HDMI_H
      9
     10int meson_encoder_hdmi_init(struct meson_drm *priv);
     11
     12#endif /* __MESON_ENCODER_HDMI_H */