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