/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
/* | |
* Copyright (c) 2019 Amlogic, Inc. All rights reserved. | |
*/ | |
#ifndef _MESON_PINCTRL_INIT_H_ | |
#define _MESON_PINCTRL_INIT_H_ | |
#define PIN_CONTROLLER_NUM 2 | |
extern int pinctrl_devices_active(int pinctrl_num); | |
#endif /* _MESON_PINCTRL_INIT_H_ */ |