diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 10:45:44 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 10:45:44 +0100 |
commit | 5e68ede72c48aeae3412e31e5633c03d48048deb (patch) | |
tree | 56025bf89ecf90085e09b40d3bfd2c65d0c9500d /drmtools.h | |
parent | 19c335cd7f53d759ec04e96e0d96ed7258f4521c (diff) | |
download | fbida-5e68ede72c48aeae3412e31e5633c03d48048deb.tar.gz |
drm code
Diffstat (limited to 'drmtools.h')
-rw-r--r-- | drmtools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drmtools.h b/drmtools.h new file mode 100644 index 0000000..d778342 --- /dev/null +++ b/drmtools.h @@ -0,0 +1,2 @@ +gfxstate *drm_init(const char *dev); + |