oleavr-rgl-a500-mini-linux-.../drivers/target/iscsi/iscsi_target_configfs.h

8 lines
204 B
C
Raw Normal View History

2022-05-07 01:01:45 +02:00
#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 */