drm: add modifiers for MediaTek tiled formats
[drm/drm-misc.git] / drivers / leds / simple / simatic-ipc-leds-gpio.h
blob6b2519809cee8c7a66247d95faa934b437f583c7
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Siemens SIMATIC IPC driver for GPIO based LEDs
5 * Copyright (c) Siemens AG, 2023
7 * Author:
8 * Henning Schild <henning.schild@siemens.com>
9 */
11 #ifndef _SIMATIC_IPC_LEDS_GPIO_H
12 #define _SIMATIC_IPC_LEDS_GPIO_H
14 int simatic_ipc_leds_gpio_probe(struct platform_device *pdev,
15 struct gpiod_lookup_table *table,
16 struct gpiod_lookup_table *table_extra);
18 void simatic_ipc_leds_gpio_remove(struct platform_device *pdev,
19 struct gpiod_lookup_table *table,
20 struct gpiod_lookup_table *table_extra);
22 #endif /* _SIMATIC_IPC_LEDS_GPIO_H */