IS_HW_PRESENT(3C) — Series 300 Only
NAME
is_68010_present, is_68881_present, is_98635A_present, is_98248A_present − check for presence of hardware capabilities
SYNOPSIS
int is_68010_present()
int is_68881_present()
int is_98635A_present()
int is_98248A_present()
DESCRIPTION
Each function checks for the presence of a specified hardware capability, returning 1 if it exists or 0 if it does not.
RETURN VALUE
The value 1 is returned by:
is_68010_present if the system has an MC68010 as its CPU.
is_68881_present if an MC68881 floating-point coprocessor is present.
is_98635A_present if an HP98635A floating-point accelerator has been installed.
is_98248A_present if an HP98248A floating-point accelerator has been installed.
AUTHOR
Is_hw_present was developed by HP.
Hewlett-Packard Company — HP-UX Release 7.0: Sept 1989