From: niklas Date: Sat, 4 May 1996 09:29:50 +0000 (+0000) Subject: Include psl.h to get spl* funcs X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50369fbce31e58ae00184ce545cd6ab81fa0a0d7;p=openbsd Include psl.h to get spl* funcs --- 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 + #ifdef _KERNEL #ifndef _LOCORE void delay __P((u_int));