Home | History | Annotate | Line # | Download | only in samsung
exynos_pinctrl.h revision 1.1
      1 struct exynos_pinctrl_softc {
      2 	device_t		sc_dev;
      3 	bus_space_tag_t		sc_bst;
      4 	bus_space_handle_t	sc_bsh;
      5 
      6 };
      7