summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm/apm_setup.h
blob: f5e67efec461b6a2f0af79b7d39cccda0613e426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * LP (Laptop Package)
 *
 * Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
 *
 * This software may be used, modified, copied, distributed, and sold,
 * in both source and binary form provided that the above copyright and
 * these terms are retained. Under no circumstances is the author
 * responsible for the proper functioning of this software, nor does
 * the author assume any responsibility for damages incurred with its
 * use.
 *
 * Sep., 1994	Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
 *
 *	$Id: apm_setup.h,v 1.3 1995/02/17 02:22:22 phk Exp $
 */

extern u_long	apm_version;
extern u_long	apm_cs_entry;
extern u_short	apm_cs32_base;
extern u_short	apm_cs16_base;
extern u_short	apm_ds_base;
extern u_short	apm_cs_limit;
extern u_short	apm_ds_limit;
extern u_short	apm_flags;
extern u_short	kernelbase;
OpenPOWER on IntegriCloud