target_core_hba.h 192 B

12345678
  1. #ifndef TARGET_CORE_HBA_H
  2. #define TARGET_CORE_HBA_H
  3. extern struct se_hba *core_alloc_hba(const char *, u32, u32);
  4. extern int core_delete_hba(struct se_hba *);
  5. #endif /* TARGET_CORE_HBA_H */