]> Git Repo - qemu.git/commit
sdhci: Split sdhci.h for public and internal device usage
authorSai Pavan Boddu <[email protected]>
Thu, 8 Oct 2015 13:21:02 +0000 (18:51 +0530)
committerStefan Hajnoczi <[email protected]>
Thu, 29 Oct 2015 17:59:27 +0000 (17:59 +0000)
commit637d23beb607765033067c5cb08e0d66afaf8f4c
tree129c6b10f7c1d9786f949601661c0c713f3e0054
parente3382ef0ea2724f5f09271a608e8f68ede5d844d
sdhci: Split sdhci.h for public and internal device usage

Split sdhci.h into pubilc version (i.e include/hw/sd/sdhci.h) and
internal version (i.e hw/sd/sdhci-interna.h) based on register
declarations and object declaration.

Signed-off-by: Sai Pavan Boddu <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Peter Crosthwaite <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/sd/sdhci-internal.h [new file with mode: 0644]
hw/sd/sdhci.c
hw/sd/sdhci.h [deleted file]
include/hw/sd/sdhci.h [new file with mode: 0644]
This page took 0.025824 seconds and 4 git commands to generate.