aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/apm/apm.c
blob: ce25da8803f8555b1055fc34538361a4a616ad75 (plain) (blame)
1
2
3
4
5
#include "../graphics/graphics.h"

void apm_error() {
    terminal_write_line("APM has errors.");
}