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