Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/pci.h>
#include "shpchp.h"
Go to the source code of this file.
Functions | |
int __must_check | shpchp_create_ctrl_files (struct controller *ctrl) |
void | shpchp_remove_ctrl_files (struct controller *ctrl) |
int __must_check shpchp_create_ctrl_files | ( | struct controller * | ctrl | ) |
Definition at line 88 of file shpchp_sysfs.c.
void shpchp_remove_ctrl_files | ( | struct controller * | ctrl | ) |
Definition at line 93 of file shpchp_sysfs.c.