aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/fb.h
blob: 212230b7c2c7ec660b66a1128067d506a1e1ea1b (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 <boot.h>

void fb_install(struct vid_info *boot);

#endif