c2c0fc41e01772db64cd7e166f0d492b6c755dd5
[sfrench/cifs-2.6.git] / drivers / gpu / drm / nouveau / include / nvif / if0000.h
1 #ifndef __NVIF_IF0000_H__
2 #define __NVIF_IF0000_H__
3
4 struct nvif_client_v0 {
5         __u8  version;
6         __u8  pad01[7];
7         __u64 device;
8         char  name[32];
9 };
10
11 #define NVIF_CLIENT_V0_DEVLIST                                             0x00
12
13 struct nvif_client_devlist_v0 {
14         __u8  version;
15         __u8  count;
16         __u8  pad02[6];
17         __u64 device[];
18 };
19 #endif