Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
target_core_configfs.h
Go to the documentation of this file.
1 #define TARGET_CORE_CONFIGFS_VERSION TARGET_CORE_MOD_VERSION
2 
3 #define TARGET_CORE_CONFIG_ROOT "/sys/kernel/config"
4 
5 #define TARGET_CORE_NAME_MAX_LEN 64
6 #define TARGET_FABRIC_NAME_SIZE 32
7 
9  struct module *, const char *);
13 
35 };
36 
44  /* Pointer to fabric's config_item */
46  /* Passed from fabric modules */
48  /* Pointer to target core subsystem */
50  /* Pointer to fabric's struct module */
51  struct module *tf_module;
54 };
55 
56 #define TF_CIT_TMPL(tf) (&(tf)->tf_cit_tmpl)