ckfwq/linux-3.0.4/drivers/target/target_core_hba.h

8 lines
192 B
C
Raw Permalink Normal View History

2024-12-30 10:53:50 +08:00
#ifndef TARGET_CORE_HBA_H
#define TARGET_CORE_HBA_H
extern struct se_hba *core_alloc_hba(const char *, u32, u32);
extern int core_delete_hba(struct se_hba *);
#endif /* TARGET_CORE_HBA_H */