diff options
Diffstat (limited to 'drmtools.h')
-rw-r--r-- | drmtools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drmtools.h b/drmtools.h new file mode 100644 index 0000000..910f83d --- /dev/null +++ b/drmtools.h @@ -0,0 +1,3 @@ +const char *drm_connector_type_name(int nr); +const char *drm_connector_mode_name(int nr); +const char *drm_encoder_type_name(int nr); |