diff options
Diffstat (limited to '')
-rw-r--r-- | kernel/cpu/fpu.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/cpu/fpu.h b/kernel/cpu/fpu.h deleted file mode 100644 index edb4e81..0000000 --- a/kernel/cpu/fpu.h +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @file fpu.h - * - * @author Freya Murphy <freya@freyacat.org> - * - * FPU functions - */ - -#ifndef FPU_H_ -#define FPU_H_ - -void fpu_init(void); - -#endif /* fpu.h */ |