Only include the vidc_machdep.h file when we're compiling the kernel

This commit is contained in:
reinoud 2002-03-30 17:10:31 +00:00
parent 7cd9648d72
commit d1f811363a

View File

@ -1,4 +1,4 @@
/* $NetBSD: vidc.h,v 1.2 2001/10/17 23:28:20 reinoud Exp $ */
/* $NetBSD: vidc.h,v 1.3 2002/03/30 17:10:31 reinoud Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@ -55,7 +55,10 @@
#ifndef _ARM32_VIDC_H_
#define _ARM32_VIDC_H_
#ifdef _KERNEL
#include <machine/vidc_machdep.h>
#endif
/*