pcibios_present

Section: BIOS32 Functions (9)
Updated: August 5, 1997
Page Index
 

NAME

pcibios_present - determine whether a PCI bus is available  

SYNOPSIS

#include <linux/bios32.h>

int pcibios_present(void);  

DESCRIPTION

The pcibios_present tests for the presence of PCI support on the local host. It returns true (!0) if PCI support exists, false otherwise.  

RETURN VALUE

Zero if PCI support is NOT present.  

AVAILABILITY

Linux 1.0+  

SEE ALSO

/usr/include/linux/bios32.h, /usr/src/linux/arch/*/kernel/bios32.c  

AUTHOR

Kirk Petersen (kirk@speakeasy.org)  

BUGS

Bugs?! This is way to trivial to have bugs.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
AVAILABILITY
SEE ALSO
AUTHOR
BUGS