aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/include/dev/vesa.h
blob: 326e54cf1773ec4c5cc891d135331f1160e07e75 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include <vfs.h>

void vesa_detect(fs_t *iofs);

/* vim: set ts=4 sw=4 tw=0 noet :*/