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

cgrp.h (182B)


      1#ifndef __NVKM_FIFO_CGRP_H__
      2#define __NVKM_FIFO_CGRP_H__
      3#include "priv.h"
      4
      5struct nvkm_fifo_cgrp {
      6	int id;
      7	struct list_head head;
      8	struct list_head chan;
      9	int chan_nr;
     10};
     11#endif