1f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li/******************************************************************************
2f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
36a57b08e222f4e054a7e7160ef7426c5614c0cc0Larry Finger * Copyright(c) 2009-2012  Realtek Corporation.
4f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
5f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * This program is free software; you can redistribute it and/or modify it
6f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * under the terms of version 2 of the GNU General Public License as
7f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * published by the Free Software Foundation.
8f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
9f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * This program is distributed in the hope that it will be useful, but WITHOUT
10f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * more details.
13f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
14f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * You should have received a copy of the GNU General Public License along with
15f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * this program; if not, write to the Free Software Foundation, Inc.,
16f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
18f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * The full GNU General Public License is included in this distribution in the
19f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * file called LICENSE.
20f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
21f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * Contact Information:
22f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * wlanfae <wlanfae@realtek.com>
23f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
24f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * Hsinchu 300, Taiwan.
25f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
26f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li * Larry Finger <Larry.Finger@lwfinger.net>
27f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *
28f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li *****************************************************************************/
29f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li
30f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li#ifndef __RTL92CE_LED_H__
31f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li#define __RTL92CE_LED_H__
32f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li
33f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Livoid rtl92de_init_sw_leds(struct ieee80211_hw *hw);
34ab049fbf5ea87fc92441fc5211c315d04a312ccaLarry Fingervoid rtl92de_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled);
35ab049fbf5ea87fc92441fc5211c315d04a312ccaLarry Fingervoid rtl92de_sw_led_off(struct ieee80211_hw *hw, struct rtl_led *pled);
36f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Livoid rtl92de_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction);
37f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li
38f53d5a700694bd8eef081468fd936e0b174b4c94Chaoming Li#endif
39