if0000.h 333 B

12345678910111213141516171819
  1. #ifndef __NVIF_IF0000_H__
  2. #define __NVIF_IF0000_H__
  3. struct nvif_client_v0 {
  4. __u8 version;
  5. __u8 pad01[7];
  6. __u64 device;
  7. char name[32];
  8. };
  9. #define NVIF_CLIENT_V0_DEVLIST 0x00
  10. struct nvif_client_devlist_v0 {
  11. __u8 version;
  12. __u8 count;
  13. __u8 pad02[6];
  14. __u64 device[];
  15. };
  16. #endif