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 is_68010_present function returns 1 if the system has a 68010 as its CPU. Similarly, is_68881_present indicates whether or not a 68881 floating-point coprocessor is present. The is_98635A_present and is_98248A_present check for the existence of the 98635A and 98248A floating-point accelerator boards.
AUTHOR
Is_hw_present was developed by HP.
Hewlett-Packard Company — May 11, 2021