#include <mips/cpuregs.h>

This commit is contained in:
matt 2015-06-23 20:27:28 +00:00
parent ab2566b920
commit 4564c35ee8
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot.h,v 1.12 2008/05/29 14:25:01 tsutsui Exp $ */
/* $NetBSD: boot.h,v 1.13 2015/06/23 20:27:28 matt Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -26,6 +26,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/cpuregs.h>
#if defined(_DEBUG)
#define DPRINTF(x) printf x;
#else