summaryrefslogtreecommitdiffstats
path: root/drivers/net/bcmbca/phy/xrdp_led_init.h
blob: ad58f0751b9f86d4b2c57e2480a147769fee1b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: GPL-2.0+
/*
   Copyright (c) 2015 Broadcom Corporation
   All Rights Reserved

    
*/
/*
 * xrdp_led_init.h
 *
 *  Created on: April 2019
 *      Author: samyon.furman@broadcom.com
 */

#ifndef _XRDP_LED_INIT_H_
#define _XRDP_LED_INIT_H_

int xrdp_led_init(int port);

#if !defined(XRDP_LED)
static inline
#endif
int xrdp_leds_init(void * _leds_info)
#if !defined(XRDP_LED)
{ return 0; }
#endif
;

#endif