]> Git Repo - J-linux.git/blob - drivers/leds/simple/simatic-ipc-leds-gpio.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / leds / simple / simatic-ipc-leds-gpio.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Siemens SIMATIC IPC driver for GPIO based LEDs
4  *
5  * Copyright (c) Siemens AG, 2023
6  *
7  * Author:
8  *  Henning Schild <[email protected]>
9  */
10
11 #ifndef _SIMATIC_IPC_LEDS_GPIO_H
12 #define _SIMATIC_IPC_LEDS_GPIO_H
13
14 int simatic_ipc_leds_gpio_probe(struct platform_device *pdev,
15                                 struct gpiod_lookup_table *table,
16                                 struct gpiod_lookup_table *table_extra);
17
18 void simatic_ipc_leds_gpio_remove(struct platform_device *pdev,
19                                   struct gpiod_lookup_table *table,
20                                   struct gpiod_lookup_table *table_extra);
21
22 #endif /* _SIMATIC_IPC_LEDS_GPIO_H */
This page took 0.030089 seconds and 4 git commands to generate.