Include libkern.h

This commit is contained in:
matt 2000-07-13 03:13:40 +00:00
parent 98ffc615b2
commit 20b3698aee
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot.c,v 1.10 2000/07/10 10:38:23 ragge Exp $ */
/* $NetBSD: boot.c,v 1.11 2000/07/13 03:13:40 matt Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
* All rights reserved.
@ -37,6 +37,7 @@
#include "sys/param.h"
#include "sys/reboot.h"
#include "lib/libsa/stand.h"
#include "lib/libkern/libkern.h"
#define V750UCODE(x) ((x>>8)&255)

View File

@ -1,4 +1,4 @@
/* $NetBSD: devopen.c,v 1.6 2000/07/10 10:38:23 ragge Exp $ */
/* $NetBSD: devopen.c,v 1.7 2000/07/13 03:13:40 matt Exp $ */
/*
* Copyright (c) 1997 Ludd, University of Lule}, Sweden.
* All rights reserved.
@ -31,6 +31,7 @@
*/
#include "lib/libsa/stand.h"
#include "lib/libkern/libkern.h"
#include "machine/rpb.h"
#include "machine/sid.h"