1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2017 Intel Deutschland GmbH
5 #ifndef __iwl_fw_api_led_h__
6 #define __iwl_fw_api_led_h__
9 * struct iwl_led_cmd - LED switching command
11 * @status: LED status (on/off)
15 } __packed
; /* LEDS_CMD_API_S_VER_2 */
17 #endif /* __iwl_fw_api_led_h__ */