1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Siemens SIMATIC IPC driver for CMOS battery monitoring
5 * Copyright (c) Siemens AG, 2023
11 #ifndef _SIMATIC_IPC_BATT_H
12 #define _SIMATIC_IPC_BATT_H
14 int simatic_ipc_batt_probe(struct platform_device *pdev,
15 struct gpiod_lookup_table *table);
17 void simatic_ipc_batt_remove(struct platform_device *pdev,
18 struct gpiod_lookup_table *table);
20 #endif /* _SIMATIC_IPC_BATT_H */