diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/gpu_util.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/includes/gpu_util.h b/includes/gpu_util.h index be69e941..0523cc81 100644 --- a/includes/gpu_util.h +++ b/includes/gpu_util.h @@ -39,7 +39,8 @@ typedef struct gpud {      char *drm_dev;      char *sysfs_drm_path;      pcid *pci_dev; -    char *dt_compat; + +    char *dt_compat, *dt_status, *dt_name, *dt_path;      const char *dt_vendor, *dt_device;      nvgpu *nv_info; | 
