vga.h (f9cd49033b349b8be3bb1f01b39eed837853d880) | vga.h (2584cf83578c26db144730ef498f4070f82ee3ea) |
---|---|
1/* 2 * linux/include/video/vga.h -- standard VGA chipset interaction 3 * 4 * Copyright 1999 Jeff Garzik <jgarzik@pobox.com> 5 * 6 * Copyright history from vga16fb.c: 7 * Copyright 1999 Ben Pfaff and Petr Vandrovec 8 * Based on VGA info at http://www.osdever.net/FreeVGA/home.htm --- 4 unchanged lines hidden (view full) --- 13 * archive for more details. 14 * 15 */ 16 17#ifndef __linux_video_vga_h__ 18#define __linux_video_vga_h__ 19 20#include <linux/types.h> | 1/* 2 * linux/include/video/vga.h -- standard VGA chipset interaction 3 * 4 * Copyright 1999 Jeff Garzik <jgarzik@pobox.com> 5 * 6 * Copyright history from vga16fb.c: 7 * Copyright 1999 Ben Pfaff and Petr Vandrovec 8 * Based on VGA info at http://www.osdever.net/FreeVGA/home.htm --- 4 unchanged lines hidden (view full) --- 13 * archive for more details. 14 * 15 */ 16 17#ifndef __linux_video_vga_h__ 18#define __linux_video_vga_h__ 19 20#include <linux/types.h> |
21#include <asm/io.h> | 21#include <linux/io.h> |
22#include <asm/vga.h> 23#include <asm/byteorder.h> 24 25 26/* Some of the code below is taken from SVGAlib. The original, 27 unmodified copyright notice for that code is below. */ 28/* VGAlib version 1.2 - (c) 1993 Tommy Frandsen */ 29/* */ --- 430 unchanged lines hidden --- | 22#include <asm/vga.h> 23#include <asm/byteorder.h> 24 25 26/* Some of the code below is taken from SVGAlib. The original, 27 unmodified copyright notice for that code is below. */ 28/* VGAlib version 1.2 - (c) 1993 Tommy Frandsen */ 29/* */ --- 430 unchanged lines hidden --- |