ahci: split public and private interface
commit70e2337030fb242b0a7870e781b57055110400a1
authorJohn Snow <jsnow@redhat.com>
Tue, 18 Jul 2017 15:47:57 +0000 (18 11:47 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 18 Jul 2017 15:47:57 +0000 (18 11:47 -0400)
tree688fb5c0c42a079eea8b73d61dccacddf83a3e09
parent5402fda5adff0860fbaffd2228405f6e9c2cb889
ahci: split public and private interface

Complete the split by renaming ahci_public.h --> ahci.h and
moving the current ahci.h to hw/ide/ahci_internal.h.

Adjust ahci_internal.h to now load ahci.h instead of ahci_public.h.

Finalize the split by switching external users to the new header.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170623220926.11479-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
hw/ide/ahci.c
hw/ide/ahci_internal.h [moved from include/hw/ide/ahci.h with 99% similarity]
hw/ide/ich.c
include/hw/ide/ahci.h [moved from include/hw/ide/ahci_public.h with 100% similarity]