// SPDX-FileCopyrightText: 2020 Foundation Devices, Inc. // SPDX-License-Identifier: GPL-3.0-or-later // #ifndef __GPIO_H__ #define __GPIO_H__ extern void gpio_init(void); extern void passport_reset(void); extern void passport_shutdown(void); #endif // __GPIO_H__