diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-10-03 17:23:25 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-10-03 17:23:25 +0000 |
| commit | d441b3e8c3c8a6a9dbba729fbc8bf7c8c142aea1 (patch) | |
| tree | f009d099d02968831ed24be378226ed43e7737f0 /sys/i386/include | |
| parent | 6335d18e9bb294e876e5688c092a2bdc8561cc44 (diff) | |
Notes
Diffstat (limited to 'sys/i386/include')
| -rw-r--r-- | sys/i386/include/asnames.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h index 4810fcab7b6e..4e04be219361 100644 --- a/sys/i386/include/asnames.h +++ b/sys/i386/include/asnames.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: asnames.h,v 1.24 1998/08/16 04:18:58 jdp Exp $ + * $Id: asnames.h,v 1.25 1998/09/19 17:16:48 jdp Exp $ */ #ifndef _MACHINE_ASNAMES_H_ @@ -156,7 +156,9 @@ #define _apm_addr apm_addr #define _apm_bios_call apm_bios_call #define _apm_cs16_base apm_cs16_base +#define _apm_cs16_limit apm_cs16_limit #define _apm_cs32_base apm_cs32_base +#define _apm_cs32_limit apm_cs32_limit #define _apm_cs_entry apm_cs_entry #define _apm_cs_limit apm_cs_limit #define _apm_current_gdt_pdesc apm_current_gdt_pdesc |
