aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtl8188e_led.h
blob: b0095419876408e9d103e6098e6ce3a6cc65efac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* Copyright(c) 2007 - 2011 Realtek Corporation. */

#ifndef __RTL8188E_LED_H__
#define __RTL8188E_LED_H__

#include "osdep_service.h"
#include "drv_types.h"

/*  */
/*  Interface to manipulate LED objects. */
/*  */
void rtl8188eu_InitSwLeds(struct adapter *padapter);
void rtl8188eu_DeInitSwLeds(struct adapter *padapter);
void SwLedOn(struct adapter *padapter, struct LED_871x *pLed);
void SwLedOff(struct adapter *padapter, struct LED_871x *pLed);

#endif