Ben Skeggs | 8ed1730 | 2015-11-08 11:28:26 +1000 | [diff] [blame^] | 1 | #ifndef __NVIF_CL826F_H__ |
2 | #define __NVIF_CL826F_H__ | ||||
3 | |||||
4 | struct g82_channel_gpfifo_v0 { | ||||
5 | __u8 version; | ||||
6 | __u8 chid; | ||||
7 | __u8 pad02[2]; | ||||
8 | __u32 ilength; | ||||
9 | __u64 ioffset; | ||||
10 | __u64 pushbuf; | ||||
11 | __u64 vm; | ||||
12 | }; | ||||
13 | |||||
14 | #define G82_CHANNEL_GPFIFO_V0_NTFY_UEVENT 0x00 | ||||
15 | #endif |