iwlagn: iwl-pci doesn't include iwl-dev any more
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-shared.h
index 7145e48bd014e2546a2126f420dccb156548ed26..27aee528ce3a5d10e88df51993e3674d7d722bb1 100644 (file)
 #ifndef __iwl_shared_h__
 #define __iwl_shared_h__
 
+#include <linux/types.h>
+#include <linux/spinlock.h>
+#include <linux/mutex.h>
+#include <linux/gfp.h>
+
 /*This files includes all the types / functions that are exported by the
  * upper layer to the bus and transport layer */
 
@@ -72,6 +77,11 @@ struct iwl_priv;
 struct iwl_sensitivity_ranges;
 struct iwl_trans_ops;
 
+#define DRV_NAME        "iwlagn"
+#define IWLWIFI_VERSION "in-tree:"
+#define DRV_COPYRIGHT  "Copyright(c) 2003-2011 Intel Corporation"
+#define DRV_AUTHOR     "<ilw@linux.intel.com>"
+
 extern struct iwl_mod_params iwlagn_mod_params;
 
 /**
This page took 0.040209 seconds and 5 git commands to generate.