Caleb Connolly | 2983ae8 | 2024-04-03 14:07:45 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | #ifndef __QCOM_PRIV_H__ | ||||
4 | #define __QCOM_PRIV_H__ | ||||
5 | |||||
Caleb Connolly | 2bdb252 | 2024-10-12 15:57:19 +0200 | [diff] [blame] | 6 | #if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) |
7 | void qcom_configure_capsule_updates(void); | ||||
8 | #else | ||||
9 | void qcom_configure_capsule_updates(void) {} | ||||
10 | #endif /* EFI_HAVE_CAPSULE_SUPPORT */ | ||||
11 | |||||
Caleb Connolly | 2983ae8 | 2024-04-03 14:07:45 +0200 | [diff] [blame] | 12 | #endif /* __QCOM_PRIV_H__ */ |