]> Git Repo - linux.git/blame - include/linux/platform_data/leds-omap.h
phy-rcar-usb: add platform data
[linux.git] / include / linux / platform_data / leds-omap.h
CommitLineData
f4e4c324 1/*
f4e4c324
TL
2 * Copyright (C) 2006 Samsung Electronics
3 * Kyungmin Park <[email protected]>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9#ifndef ASMARM_ARCH_LED_H
10#define ASMARM_ARCH_LED_H
11
12struct omap_led_config {
13 struct led_classdev cdev;
14 s16 gpio;
15};
16
17struct omap_led_platform_data {
18 s16 nr_leds;
19 struct omap_led_config *leds;
20};
21
22#endif
This page took 0.609102 seconds and 4 git commands to generate.