aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/fpu.h
blob: d747708af06b9310238cb0e5283815b11efc8eab (plain) (blame)
1
2
3
4
5
6
7
8
// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef FPU_H
#define FPU_H

void fpu_install();

#endif