/* * LED Core * * Copyright 2005 Openedhand Ltd. * * Author: Richard Purdie <rpurdie@openedhand.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */ #ifndef __LEDS_H_INCLUDED #define __LEDS_H_INCLUDED #include <linux/rwsem.h> #include <linux/leds.h>
static inline int led_get_brightness(struct led_classdev *led_cdev) { return led_cdev->brightness; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
marton nemeth | marton nemeth | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
jacek anaszewski | jacek anaszewski | 35 | 38.04% | 2 | 28.57% |
richard purdie | richard purdie | 26 | 28.26% | 2 | 28.57% |
marton nemeth | marton nemeth | 17 | 18.48% | 1 | 14.29% |
fabio baltieri | fabio baltieri | 9 | 9.78% | 1 | 14.29% |
ezequiel garcia | ezequiel garcia | 5 | 5.43% | 1 | 14.29% |
Total | 92 | 100.00% | 7 | 100.00% |