diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:28:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:28:10 +0100 |
commit | 5e7572dd3b05e5c5e76ab185dd77367f8ae738e5 (patch) | |
tree | f6277283a55ee6c5073fe26c800c9e410a56fcf8 /fbtools.h | |
parent | a80c7e0c5a22c303bc24c97f01f61466eb94b03e (diff) | |
download | fbida-5e7572dd3b05e5c5e76ab185dd77367f8ae738e5.tar.gz |
gfx: move over cleanup function
Diffstat (limited to 'fbtools.h')
-rw-r--r-- | fbtools.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ extern int fb_switch_state; /* init + cleanup */ gfxstate *fb_init(char *device, char *mode, int vt); -void fb_cleanup(void); void fb_catch_exit_signals(void); void fb_memset(void *addr, int c, size_t len); |