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
#include <unistd.h> int is_68010_present(void);
int is_68881_present(void);
int is_98635A_present(void);
int is_98248A_present(void);
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 9.0: August 1992