Am 07.06.2012 07:05, schrieb Peter A. G. Crosthwaite: > From: Igor Mitsyanko <i.mitsya...@samsung.com> > > Device model for standard SD Host Controller Interface (SDHCI) compliant with > version 2.00 of SD association specification. > > Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwa...@petalogix.com> > Signed-off-by: Igor Mitsyanko <i.mitsya...@samsung.com> [...] > diff --git a/hw/sdhci.h b/hw/sdhci.h > new file mode 100644 > index 0000000..afd0772 > --- /dev/null > +++ b/hw/sdhci.h > @@ -0,0 +1,310 @@ [...] > +#ifndef _SDHC_H_ > +#define _SDHC_H_ [...] > +#endif /* _SDHC_H_ */
Minor nit: Our malc insists on not using reserved identifiers starting with underscore. s/_SDHC_H_/SDHCI_H/g ? /-F -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg