/* * Copyright 2015, Heiner Kallweit <hkallweit1@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */#if IS_ENABLED(CONFIG_BT_LEDS)voidhci_leds_update_powered(structhci_dev*hdev,boolenabled);voidhci_leds_init(structhci_dev*hdev);voidhci_leds_exit(structhci_dev*hdev);#elsestaticinlinevoidhci_leds_update_powered(structhci_dev*hdev,boolenabled){}staticinlinevoidhci_leds_init(structhci_dev*hdev){}staticinlinevoidhci_leds_exit(structhci_dev*hdev){}#endif