ASoC: Intel: Skylake: Fix DMA position reporting for capture stream
[linux-2.6/btrfs-unstable.git] / net / bluetooth / leds.h
blob08725a2fbd9b5682434347e567ff07c1f595cbcc
1 /*
2 * Copyright 2015, Heiner Kallweit <hkallweit1@gmail.com>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
9 #if IS_ENABLED(CONFIG_BT_LEDS)
11 void hci_leds_update_powered(struct hci_dev *hdev, bool enabled);
12 void hci_leds_init(struct hci_dev *hdev);
14 void bt_leds_init(void);
15 void bt_leds_cleanup(void);
17 #else
19 static inline void hci_leds_update_powered(struct hci_dev *hdev,
20 bool enabled) {}
21 static inline void hci_leds_init(struct hci_dev *hdev) {}
23 static inline void bt_leds_init(void) {}
24 static inline void bt_leds_cleanup(void) {}
26 #endif