'\" t
.\"     Title: pci_bus_set_ops
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: March 2017
.\"    Manual: Hardware Interfaces
.\"    Source: Kernel Hackers Manual 4.10.7
.\"  Language: English
.\"
.TH "PCI_BUS_SET_OPS" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "Hardware Interfaces"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
pci_bus_set_ops \- Set raw operations of pci bus
.SH "SYNOPSIS"
.HP \w'struct\ pci_ops\ *\ pci_bus_set_ops('u
.BI "struct pci_ops * pci_bus_set_ops(struct\ pci_bus\ *\ " "bus" ", struct\ pci_ops\ *\ " "ops" ");"
.SH "ARGUMENTS"
.PP
\fIbus\fR
.RS 4
pci bus struct
.RE
.PP
\fIops\fR
.RS 4
new raw operations
.RE
.SH "DESCRIPTION"
.PP
Return previous raw operations
.SH "COPYRIGHT"
.br
