Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /*
0003  * Copyright (C) 2017 Intel Deutschland GmbH
0004  */
0005 #ifndef __iwl_fw_api_led_h__
0006 #define __iwl_fw_api_led_h__
0007 
0008 /**
0009  * struct iwl_led_cmd - LED switching command
0010  *
0011  * @status: LED status (on/off)
0012  */
0013 struct iwl_led_cmd {
0014     __le32 status;
0015 } __packed; /* LEDS_CMD_API_S_VER_2 */
0016 
0017 #endif /* __iwl_fw_api_led_h__ */