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_plane.h (399B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Copyright (C) 2016 BayLibre, SAS
      4 * Author: Neil Armstrong <narmstrong@baylibre.com>
      5 * Copyright (C) 2014 Endless Mobile
      6 *
      7 * Written by:
      8 *     Jasper St. Pierre <jstpierre@mecheye.net>
      9 */
     10
     11#ifndef __MESON_PLANE_H
     12#define __MESON_PLANE_H
     13
     14#include "meson_drv.h"
     15
     16int meson_plane_create(struct meson_drm *priv);
     17
     18#endif /* __MESON_PLANE_H */