Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux-2.6-microblaze.git] / include / linux / platform_data / leds-s3c24xx.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2006 Simtec Electronics
4  *      http://armlinux.simtec.co.uk/
5  *      Ben Dooks <ben@simtec.co.uk>
6  *
7  * S3C24XX - LEDs GPIO connector
8 */
9
10 #ifndef __LEDS_S3C24XX_H
11 #define __LEDS_S3C24XX_H
12
13 struct s3c24xx_led_platdata {
14         char                    *name;
15         char                    *def_trigger;
16 };
17
18 #endif /* __LEDS_S3C24XX_H */