Split boot.h and memcreg.h for MKSYMS and MODULAR.

This commit is contained in:
kiyohara 2011-12-11 03:19:20 +00:00
parent 0b6fb4e598
commit eb7d3a72c4
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cons_machdep.c,v 1.12 2009/03/18 10:22:21 cegger Exp $ */
/* $NetBSD: cons_machdep.c,v 1.13 2011/12/11 03:19:20 kiyohara Exp $ */
/*-
* Copyright (c) 1998 Ben Harris
* All rights reserved.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.12 2009/03/18 10:22:21 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.13 2011/12/11 03:19:20 kiyohara Exp $");
#include <sys/param.h>
#include <sys/syslog.h>
@ -48,7 +48,8 @@ __KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.12 2009/03/18 10:22:21 cegger Exp
#include <machine/db_machdep.h>
#include <ddb/db_extern.h>
#include <ddb/db_interface.h>
#endif
#if NKSYMS || defined(DDB) || defined(MODULAR)
#include <machine/boot.h>
#include <machine/memcreg.h>
#endif