blob: 89a4f5f1ce2f52dde87d953401362b7a9abb2fd4 [file] [log] [blame]
#ifndef __QCOM_PRIV_H__
#define __QCOM_PRIV_H__
void qcom_set_serialno(void);
#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__ */