diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 07:15:47 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-31 07:15:47 +0100 |
commit | 6c289d544115c7b5c8ca5ca2e4101d0543dc1564 (patch) | |
tree | 55fe11c0b407d8d449c28e4cf90579d6840aa606 /fbtools.h | |
parent | 2764d42d490c13e38ef2cd06b2eb245045d8111e (diff) | |
download | fbida-6c289d544115c7b5c8ca5ca2e4101d0543dc1564.tar.gz |
udev device enumeration
Diffstat (limited to 'fbtools.h')
-rw-r--r-- | fbtools.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #include "gfx.h" -gfxstate *fb_init(char *device, char *mode, int vt); +gfxstate *fb_init(const char *device, char *mode, int vt); |