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