#include <mips/cpuregs.h>
This commit is contained in:
parent
ab2566b920
commit
4564c35ee8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue