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

pl111_versatile.h (239B)


      1#include <linux/device.h>
      2#include "pl111_drm.h"
      3
      4#ifndef PL111_VERSATILE_H
      5#define PL111_VERSATILE_H
      6
      7struct device;
      8struct pl111_drm_dev_private;
      9
     10int pl111_versatile_init(struct device *dev, struct pl111_drm_dev_private *priv);
     11
     12#endif