xref: /rk3399_ARM-atf/include/drivers/tpm/tpm2_slb9670/slb9670_gpio.h (revision 7e848540159ba8fbb0577c76e4dc0c5bbc542489)
1 /*
2  * Copyright (c) 2025, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include "drivers/gpio_spi.h"
8 
9 #ifndef SLB9670_GPIO_H
10 #define SLB9670_GPIO_H
11 
12 void tpm2_slb9670_reset_chip(struct gpio_spi_data *tpm_gpio_data);
13 
14 void tpm2_slb9670_gpio_init(struct gpio_spi_data *tpm_gpio_data);
15 
16 #endif /* SLB9670_GPIO_H */
17