linux/arch/x86/video/video-common.c

/*
 * Copyright (C) 2007 Antonino Daplas <[email protected]>
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file COPYING in the main directory of this archive
 * for more details.
 *
 */

#include <linux/module.h>
#include <linux/pci.h>
#include <linux/vgaarb.h>

#include <asm/video.h>

pgprot_t pgprot_framebuffer(pgprot_t prot,
			    unsigned long vm_start, unsigned long vm_end,
			    unsigned long offset)
{}
EXPORT_SYMBOL();

bool video_is_primary_device(struct device *dev)
{}
EXPORT_SYMBOL();

MODULE_LICENSE();