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

#ifndef FB_H
#define FB_H

#include <mm.h>

void fb_install(void) NONNULL;

#endif