We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f562c commit 6cd9748Copy full SHA for 6cd9748
kernel/modules/flanterm/flanterm.v
@@ -1,5 +1,8 @@
1
module flanterm
2
3
+#include <flanterm/flanterm.h>
4
+#include <flanterm/backends/fb.h>
5
+
6
fn C.flanterm_fb_init(_malloc voidptr, _free voidptr,
7
framebuffer &u32, width u64, height u64, pitch u64,
8
red_mask_size u8, red_mask_shift u8,
0 commit comments