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

disp.h (290B)


      1#ifndef __NVIF_DISP_H__
      2#define __NVIF_DISP_H__
      3#include <nvif/object.h>
      4struct nvif_device;
      5
      6struct nvif_disp {
      7	struct nvif_object object;
      8};
      9
     10int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
     11		   struct nvif_disp *);
     12void nvif_disp_dtor(struct nvif_disp *);
     13#endif