summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/include/rtl8188e_led.h
blob: 02cdc970bb17e20dabdc7d6d83671d15e35075ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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);

#endif