Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
[linux-2.6/libata-dev.git] / drivers / target / target_core_hba.h
blobbb0fea5f730c879282c1c939d16e3b1ed524ea8c
1 #ifndef TARGET_CORE_HBA_H
2 #define TARGET_CORE_HBA_H
4 extern struct se_hba *core_alloc_hba(const char *, u32, u32);
5 extern int core_delete_hba(struct se_hba *);
7 #endif /* TARGET_CORE_HBA_H */