mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 10:01:41 +00:00
8 lines
192 B
C
8 lines
192 B
C
|
#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 */
|