diff options
author | 2007-03-13 21:01:36 +0000 | |
---|---|---|
committer | 2007-03-13 21:01:36 +0000 | |
commit | aa71241ce0dbccb8ca5f020ce9a50e9c67a8f40b (patch) | |
tree | 86ef82cbd15d2f78cfc8dfc6f9fbd3825bfec5b4 | |
parent | Drop the second and third arguments to adb_op_sync, for they are not used; (diff) | |
download | wireguard-openbsd-aa71241ce0dbccb8ca5f020ce9a50e9c67a8f40b.tar.xz wireguard-openbsd-aa71241ce0dbccb8ca5f020ce9a50e9c67a8f40b.zip |
Add <machine/fpu.h> for upcoming userland changes.
-rw-r--r-- | sys/arch/landisk/include/fpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/landisk/include/fpu.h b/sys/arch/landisk/include/fpu.h new file mode 100644 index 00000000000..ed9230b17e1 --- /dev/null +++ b/sys/arch/landisk/include/fpu.h @@ -0,0 +1 @@ +#include <sh/fpu.h> |