1994-10-01 02:56:21 +00:00
|
|
|
/*
|
1997-01-06 06:02:03 +00:00
|
|
|
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
1994-10-01 02:56:21 +00:00
|
|
|
*
|
|
|
|
* This software may be used, modified, copied, distributed, and sold,
|
|
|
|
* in both source and binary form provided that the above copyright and
|
1995-05-30 08:16:23 +00:00
|
|
|
* 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
|
1994-10-01 02:56:21 +00:00
|
|
|
* use.
|
|
|
|
*
|
|
|
|
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
1994-10-01 05:13:37 +00:00
|
|
|
*
|
1998-06-03 01:59:42 +00:00
|
|
|
* $Id: apm_setup.h,v 1.8 1997/03/29 11:06:38 phk Exp $
|
1994-10-01 02:56:21 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
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;
|
1998-06-03 01:59:42 +00:00
|
|
|
extern u_short apm_cs32_limit;
|
|
|
|
extern u_short apm_cs16_limit;
|
1994-10-01 02:56:21 +00:00
|
|
|
extern u_short apm_ds_limit;
|
|
|
|
extern u_short apm_flags;
|
1995-02-17 02:22:57 +00:00
|
|
|
extern u_short kernelbase;
|
1997-03-29 11:07:12 +00:00
|
|
|
|
|
|
|
int apm_bios_call __P((struct apm_bios_arg *));
|