]> Pileus Git - ~andy/linux/blobdiff - include/linux/libata.h
Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...
[~andy/linux] / include / linux / libata.h
index e926df7b54c963745d043e1041d8876a5a7c65e6..6e887c742a278944dce4671bc0d1b8a9041bafed 100644 (file)
@@ -247,6 +247,7 @@ enum {
        ATA_HOST_SIMPLEX        = (1 << 0),     /* Host is simplex, one DMA channel per host only */
        ATA_HOST_STARTED        = (1 << 1),     /* Host started */
        ATA_HOST_PARALLEL_SCAN  = (1 << 2),     /* Ports on this host can be scanned in parallel */
+       ATA_HOST_IGNORE_ATA     = (1 << 3),     /* Ignore ATA devices on this host. */
 
        /* bits 24:31 of host->flags are reserved for LLD specific flags */