blob: c6123a49014d01270aaba308025473a054b66f6d (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef TARGET_CORE_DEVICE_H
#define TARGET_CORE_DEVICE_H
// external
extern int transport_lookup_cmd_lun(struct se_cmd *, u32);
extern int transport_lookup_tmr_lun(struct se_cmd *, u32);
#endif /* TARGET_CORE_DEVICE_H */
|