mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
7 lines
204 B
C
7 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 */
|