aboutsummaryrefslogtreecommitdiff
path: root/src/graphics/lfb.h
blob: 4ce6163eef446af43b03ba3b35ad94696b73f747 (plain)
1
2
3
4
5
6
7
#ifndef GRAPHICS_LFB_H
#define GRAPHICS_LFB_H

void lfb_init();
void lfb_showpicture();

#endif