swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: ddf28352b80c86754a6424e3a61e8bdf9213b3c7 authored by Linus Torvalds on 04 September 2011, 22:45:10 UTC
Linux 3.1-rc5
Tip revision: ddf2835
target_core_stat.h
#ifndef TARGET_CORE_STAT_H
#define TARGET_CORE_STAT_H

extern void target_stat_setup_dev_default_groups(struct se_subsystem_dev *);
extern void target_stat_setup_port_default_groups(struct se_lun *);
extern void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *);

#endif   /*** TARGET_CORE_STAT_H ***/
back to top