openrex-linux-3.14/drivers/target/iscsi/iscsi_target_configfs.h
2016-03-04 07:09:26 -08:00

8 lines
204 B
C

#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 */