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