]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/ide.h
ide: add ide_check_atapi_device() helper
[mirror_ubuntu-bionic-kernel.git] / include / linux / ide.h
index 40102bd50a702e2ec77ce2ed71af0a7c2c5198c9..e63ff63d1f0b08290ea217d8e87b3def6130428b 100644 (file)
@@ -1109,6 +1109,8 @@ extern int drive_is_ready(ide_drive_t *);
 
 void ide_pktcmd_tf_load(ide_drive_t *, u32, u16, u8);
 
+int ide_check_atapi_device(ide_drive_t *, const char *);
+
 ide_startstop_t ide_pc_intr(ide_drive_t *drive, struct ide_atapi_pc *pc,
        ide_handler_t *handler, unsigned int timeout, ide_expiry_t *expiry,
        void (*update_buffers)(ide_drive_t *, struct ide_atapi_pc *),