Include opt_nand.h for NAND_DEBUG.
This commit is contained in:
parent
51dc7a5b0c
commit
6e978bedc9
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nand.h,v 1.19 2018/04/19 21:50:09 christos Exp $ */
|
||||
/* $NetBSD: nand.h,v 1.20 2020/07/06 10:22:07 rin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2010 Department of Software Engineering,
|
||||
@ -37,6 +37,10 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_nand.h"
|
||||
#endif
|
||||
|
||||
#include <sys/bufq.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user