Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/list.h>
#include "ibmphp.h"
Go to the source code of this file.
Functions | |
int | ibmphp_configure_card (struct pci_func *func, u8 slotno) |
int | ibmphp_unconfigure_card (struct slot **slot_cur, int the_end) |
Definition at line 81 of file ibmphp_pci.c.