[BACK]Return to sdhcvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / sdmmc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/sdmmc/sdhcvar.h between version 1.1.8.2 and 1.2

version 1.1.8.2, 2009/10/07 15:41:13 version 1.2, 2010/01/08 19:53:10
Line 44  struct sdhc_softc {
Line 44  struct sdhc_softc {
 int     sdhc_host_found(struct sdhc_softc *, bus_space_tag_t,  int     sdhc_host_found(struct sdhc_softc *, bus_space_tag_t,
             bus_space_handle_t, bus_size_t);              bus_space_handle_t, bus_size_t);
 int     sdhc_intr(void *);  int     sdhc_intr(void *);
 bool    sdhc_suspend(device_t dev PMF_FN_ARGS);  bool    sdhc_suspend(device_t dev, pmf_qual_t qual);
 bool    sdhc_resume(device_t dev PMF_FN_ARGS);  bool    sdhc_resume(device_t dev, pmf_qual_t qual);
 bool    sdhc_shutdown(device_t dev, int flags);  bool    sdhc_shutdown(device_t dev, int flags);
   
 #endif  /* _SDHCVAR_H_ */  #endif  /* _SDHCVAR_H_ */

Legend:
Removed from v.1.1.8.2  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>