mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
20
drivers/target/iscsi/iscsi_target_nego.h
Normal file
20
drivers/target/iscsi/iscsi_target_nego.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef ISCSI_TARGET_NEGO_H
|
||||
#define ISCSI_TARGET_NEGO_H
|
||||
|
||||
#define DECIMAL 0
|
||||
#define HEX 1
|
||||
|
||||
extern void convert_null_to_semi(char *, int);
|
||||
extern int extract_param(const char *, const char *, unsigned int, char *,
|
||||
unsigned char *);
|
||||
extern int iscsi_target_check_login_request(struct iscsi_conn *,
|
||||
struct iscsi_login *);
|
||||
extern int iscsi_target_get_initial_payload(struct iscsi_conn *,
|
||||
struct iscsi_login *);
|
||||
extern int iscsi_target_locate_portal(struct iscsi_np *, struct iscsi_conn *,
|
||||
struct iscsi_login *);
|
||||
extern int iscsi_target_start_negotiation(
|
||||
struct iscsi_login *, struct iscsi_conn *);
|
||||
extern void iscsi_target_nego_release(struct iscsi_conn *);
|
||||
|
||||
#endif /* ISCSI_TARGET_NEGO_H */
|
Loading…
Add table
Add a link
Reference in a new issue