aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/fb.h
blob: b3486e0ea690ca951062cf0bf055434739031691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef FB_H
#define FB_H

#include <mm.h>

void fb_install(void) NONNULL;

#endif