if0000.h 238 B

123456789101112
  1. #ifndef __NVIF_IF0000_H__
  2. #define __NVIF_IF0000_H__
  3. #define NV_CLIENT_DEVLIST 0x00
  4. struct nv_client_devlist_v0 {
  5. __u8 version;
  6. __u8 count;
  7. __u8 pad02[6];
  8. __u64 device[];
  9. };
  10. #endif