// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef FB
#define FB

#include <boot.h>

void fb_install(struct vid_info *boot);

#endif