summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amiga/include/param.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/amiga/include/param.h b/sys/arch/amiga/include/param.h
index a7172d18c77..22ea7f2bbfb 100644
--- a/sys/arch/amiga/include/param.h
+++ b/sys/arch/amiga/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.6 1996/05/02 06:44:45 niklas Exp $ */
+/* $OpenBSD: param.h,v 1.7 1996/05/04 09:29:50 niklas Exp $ */
/* $NetBSD: param.h,v 1.29 1996/04/21 21:13:20 veego Exp $ */
/*
@@ -145,6 +145,11 @@
#define amiga_btop(x) ((unsigned)(x) >> PGSHIFT)
#define amiga_ptob(x) ((unsigned)(x) << PGSHIFT)
+/*
+ * spl functions; all are normally done in-line
+ */
+#include <machine/psl.h>
+
#ifdef _KERNEL
#ifndef _LOCORE
void delay __P((u_int));