summaryrefslogtreecommitdiff
path: root/com32/include/sys/fpu.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-28 02:45:55 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-28 02:45:55 -0700
commite3f74a218f641d6d17d3241b271dc70320b8a979 (patch)
treefbf5c8becef28e908ab6cf12541caee1b3cb4a9b /com32/include/sys/fpu.h
parentca2232343b4a9d919710d96ee84e16e948869992 (diff)
downloadsyslinux-e3f74a218f641d6d17d3241b271dc70320b8a979.tar.gz
Include file updates
Diffstat (limited to 'com32/include/sys/fpu.h')
-rw-r--r--com32/include/sys/fpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/com32/include/sys/fpu.h b/com32/include/sys/fpu.h
new file mode 100644
index 00000000..134ae596
--- /dev/null
+++ b/com32/include/sys/fpu.h
@@ -0,0 +1,6 @@
+#ifndef _SYS_FPU_H
+#define _SYS_FPU_H
+
+extern int x86_init_fpu(void);
+
+#endif /* _SYS_FPU_H */