drm/radeon/kms: memset the allocated framebuffer before using it.
[linux-2.6/mini2440.git] / include / scsi / scsi_scan.h
blob78898889243de4450330841d931c4b556ddf3afb
1 #ifndef _SCSI_SCSI_SCAN_H
2 #define _SCSI_SCSI_SCAN_H
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
11 #endif /* _SCSI_SCSI_SCAN_H */