diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 13:47:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 13:47:31 +0100 |
commit | d3a32431b1bd9bfd259c92df66211bff5619628d (patch) | |
tree | 93c2d56d60dfe24dcff2e5c4d9d39d3629aa1a9c /drmtools.h | |
parent | f280308eea8a25de18568350cde4c232fd728496 (diff) | |
download | fbida-d3a32431b1bd9bfd259c92df66211bff5619628d.tar.gz |
drm device info
Diffstat (limited to 'drmtools.h')
-rw-r--r-- | drmtools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ gfxstate *drm_init(const char *dev); +void drm_info(const char *device); |