projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
include
/
scsi
/
scsi_scan.h
1
#ifndef _SCSI_SCSI_SCAN_H
2
#define _SCSI_SCSI_SCAN_H
3
4
#ifdef CONFIG_SCSI
5
/* drivers/scsi/scsi_scan.c */
6
extern int scsi_complete_async_scans(void);
7
#else
8
static inline int scsi_complete_async_scans(void) { return 0; }
9
#endif
10
11
#endif /* _SCSI_SCSI_SCAN_H */