Deleted Added
full compact
btxv86.h (43561) btxv86.h (50477)
1/*
2 * Copyright (c) 1998 Robert Nordier
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are freely
6 * permitted provided that the above copyright notice and this
7 * paragraph and the following disclaimer are duplicated in all
8 * such forms.
9 *
10 * This software is provided "AS IS" and without any express or
11 * implied warranties, including, without limitation, the implied
12 * warranties of merchantability and fitness for a particular
13 * purpose.
14 */
15
16/*
1/*
2 * Copyright (c) 1998 Robert Nordier
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are freely
6 * permitted provided that the above copyright notice and this
7 * paragraph and the following disclaimer are duplicated in all
8 * such forms.
9 *
10 * This software is provided "AS IS" and without any express or
11 * implied warranties, including, without limitation, the implied
12 * warranties of merchantability and fitness for a particular
13 * purpose.
14 */
15
16/*
17 * $Id: btxv86.h,v 1.4 1998/10/02 20:52:26 msmith Exp $
17 * $FreeBSD: head/sys/boot/pc98/btx/lib/btxv86.h 50477 1999-08-28 01:08:13Z peter $
18 */
19
20#ifndef _BTXV86_H_
21#define _BTXV86_H_
22
23#include <sys/types.h>
24
25#define V86_ADDR 0x10000 /* Segment:offset address */

--- 38 unchanged lines hidden ---
18 */
19
20#ifndef _BTXV86_H_
21#define _BTXV86_H_
22
23#include <sys/types.h>
24
25#define V86_ADDR 0x10000 /* Segment:offset address */

--- 38 unchanged lines hidden ---