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

#ifndef FPU_H
#define FPU_H

void fpu_install(void);

#endif