#ifndef __QCOM_PRIV_H__ | |
#define __QCOM_PRIV_H__ | |
#if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) | |
void qcom_configure_capsule_updates(void); | |
#else | |
void qcom_configure_capsule_updates(void) {} | |
#endif /* EFI_HAVE_CAPSULE_SUPPORT */ | |
#endif /* __QCOM_PRIV_H__ */ |