1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2006 Simtec Electronics
4 * http://armlinux.simtec.co.uk/
7 * S3C24XX - LEDs GPIO connector
10 #ifndef __LEDS_S3C24XX_H
11 #define __LEDS_S3C24XX_H
13 #define S3C24XX_LEDF_ACTLOW (1<<0) /* LED is on when GPIO low */
14 #define S3C24XX_LEDF_TRISTATE (1<<1) /* tristate to turn off */
16 struct s3c24xx_led_platdata {
24 #endif /* __LEDS_S3C24XX_H */