Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/completion.h>
#include <linux/mm.h>
#include <scsi/scsi_host.h>
#include "aacraid.h"
Go to the source code of this file.
Functions | |
int | aac_send_shutdown (struct aac_dev *dev) |
struct aac_dev * | aac_init_adapter (struct aac_dev *dev) |
Variables | |
struct aac_common | aac_config |
Definition at line 332 of file comminit.c.
aac_send_shutdown - shutdown an adapter : Adapter to shutdown
This routine will send a VM_CloseAll (shutdown) request to the adapter.
Definition at line 203 of file comminit.c.
struct aac_common aac_config |
Definition at line 46 of file comminit.c.