PCI_REGISTER_DRIVER

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

pci_register_driver - register a new pci driver  

SYNOPSIS

"SYNOPSIS"

int pci_register_driver (struct pci_driver * drv);  

ARGUMENTS

drv
the driver structure to register
 

DESCRIPTION

Adds the driver structure to the list of registered drivers. Returns a negative value on error, otherwise 0. If no error occurred, the driver remains registered even if no device was claimed during registration.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:36 GMT, October 09, 2005