if0004.h 300 B

12345678910111213
  1. #ifndef __NVIF_IF0004_H__
  2. #define __NVIF_IF0004_H__
  3. #define NV04_NVSW_NTFY_UEVENT 0x00
  4. #define NV04_NVSW_GET_REF 0x00
  5. struct nv04_nvsw_get_ref_v0 {
  6. __u8 version;
  7. __u8 pad01[3];
  8. __u32 ref;
  9. };
  10. #endif