You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef ISCSI_TARGET_CONFIGFS_H
|
|
#define ISCSI_TARGET_CONFIGFS_H
|
|
|
|
extern int iscsi_target_register_configfs(void);
|
|
extern void iscsi_target_deregister_configfs(void);
|
|
|
|
#endif /* ISCSI_TARGET_CONFIGFS_H */
|
|
|