Home | History | Annotate | Line # | Download | only in imx
imxclockvar.h revision 1.1.2.2
      1  1.1.2.2  uebayasi #ifndef _ARM_IMX_IMXCLOCKVAR_H
      2  1.1.2.2  uebayasi #define	_ARM_IMX_IMXCLOCKVAR_H
      3  1.1.2.2  uebayasi 
      4  1.1.2.2  uebayasi struct imxclock_softc {
      5  1.1.2.2  uebayasi 	device_t sc_dev;
      6  1.1.2.2  uebayasi 	bus_space_tag_t sc_iot;
      7  1.1.2.2  uebayasi 	bus_space_handle_t sc_ioh;
      8  1.1.2.2  uebayasi 	int sc_intr;
      9  1.1.2.2  uebayasi 
     10  1.1.2.2  uebayasi 	int sc_reload_value;
     11  1.1.2.2  uebayasi 
     12  1.1.2.2  uebayasi 	void *sc_ih;			/* interrupt handler */
     13  1.1.2.2  uebayasi };
     14  1.1.2.2  uebayasi 
     15  1.1.2.2  uebayasi extern struct imxclock_softc *epit1_sc, *epit2_sc;
     16  1.1.2.2  uebayasi 
     17  1.1.2.2  uebayasi int imxclock_get_timerfreq(struct imxclock_softc *);
     18  1.1.2.2  uebayasi #endif	/* _ARM_IMX_IMXCLOCKVAR_H */
     19