iscsi_target_configfs.h 204 B

1234567
  1. #ifndef ISCSI_TARGET_CONFIGFS_H
  2. #define ISCSI_TARGET_CONFIGFS_H
  3. extern int iscsi_target_register_configfs(void);
  4. extern void iscsi_target_deregister_configfs(void);
  5. #endif /* ISCSI_TARGET_CONFIGFS_H */