#include "opt_pm2fb.h"

This commit is contained in:
macallan 2011-11-24 05:53:05 +00:00
parent 8d84bf3645
commit 90333380d8

View File

@ -1,4 +1,4 @@
/* $NetBSD: pm2fb.c,v 1.8 2011/11/24 05:51:17 macallan Exp $ */
/* $NetBSD: pm2fb.c,v 1.9 2011/11/24 05:53:05 macallan Exp $ */
/*
* Copyright (c) 2009 Michael Lorenz
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.8 2011/11/24 05:51:17 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.9 2011/11/24 05:53:05 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -63,6 +63,8 @@ __KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.8 2011/11/24 05:51:17 macallan Exp $");
#include <dev/videomode/edidvar.h>
#include <dev/videomode/edidreg.h>
#include "opt_pm2fb.h"
#ifdef PM2FB_DEBUG
#define DPRINTF aprint_error
#else