8 lines
139 B
C
8 lines
139 B
C
|
/* $NetBSD: psl.h,v 1.1 2001/06/19 00:20:12 fvdl Exp $ */
|
||
|
|
||
|
#ifdef _KERNEL
|
||
|
#include <i386/include/psl.h>
|
||
|
#else
|
||
|
#include <i386/psl.h>
|
||
|
#endif
|