![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (C) 2006 Samsung Electronics 0004 * Kyungmin Park <kyungmin.park@samsung.com> 0005 */ 0006 #ifndef ASMARM_ARCH_LED_H 0007 #define ASMARM_ARCH_LED_H 0008 0009 struct omap_led_config { 0010 struct led_classdev cdev; 0011 s16 gpio; 0012 }; 0013 0014 struct omap_led_platform_data { 0015 s16 nr_leds; 0016 struct omap_led_config *leds; 0017 }; 0018 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |