Deleted Added
full compact
x86bios.h (197383) x86bios.h (197444)
1/*-
2 * Written by paradox <ddkprog@yahoo.com>
3 * Public domain.
4 *
5 * x86 registers were borrowed from x86emu.h x86emu_regs.h
6 * for compatability.
7 *
1/*-
2 * Written by paradox <ddkprog@yahoo.com>
3 * Public domain.
4 *
5 * x86 registers were borrowed from x86emu.h x86emu_regs.h
6 * for compatability.
7 *
8 * $FreeBSD: head/sys/dev/x86bios/x86bios.h 197383 2009-09-21 08:17:57Z delphij $
8 * $FreeBSD: head/sys/compat/x86bios/x86bios.h 197383 2009-09-21 08:17:57Z delphij $
9 */
10
11#ifndef _X86BIOS_H_
12#define _X86BIOS_H_
13
14#include <sys/types.h>
15#include <sys/endian.h>
16#include <sys/systm.h>

--- 122 unchanged lines hidden ---
9 */
10
11#ifndef _X86BIOS_H_
12#define _X86BIOS_H_
13
14#include <sys/types.h>
15#include <sys/endian.h>
16#include <sys/systm.h>

--- 122 unchanged lines hidden ---