Caleb Connolly | b55c0f8 | 2023-12-07 00:13:07 +0000 | [diff] [blame^] | 1 | |
2 | #ifndef __QCOM_PRIV_H__ | ||||
3 | #define __QCOM_PRIV_H__ | ||||
4 | |||||
5 | #if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) | ||||
6 | void qcom_configure_capsule_updates(void); | ||||
7 | #else | ||||
8 | void qcom_configure_capsule_updates(void) {} | ||||
9 | #endif /* EFI_HAVE_CAPSULE_SUPPORT */ | ||||
10 | |||||
11 | #endif /* __QCOM_PRIV_H__ */ |