]> Git Repo - J-linux.git/blob - drivers/net/wireless/intel/iwlwifi/fw/api/led.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / wireless / intel / iwlwifi / fw / api / led.h
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3  * Copyright (C) 2017 Intel Deutschland GmbH
4  */
5 #ifndef __iwl_fw_api_led_h__
6 #define __iwl_fw_api_led_h__
7
8 /**
9  * struct iwl_led_cmd - LED switching command
10  *
11  * @status: LED status (on/off)
12  */
13 struct iwl_led_cmd {
14         __le32 status;
15 } __packed; /* LEDS_CMD_API_S_VER_2 */
16
17 #endif /* __iwl_fw_api_led_h__ */
This page took 0.029276 seconds and 4 git commands to generate.