blob: 4f398e2ba374f27811afd2ccf6e72037d0f9ee7f [file] [log] [blame]
Caleb Connolly2983ae82024-04-03 14:07:45 +02001// SPDX-License-Identifier: GPL-2.0
2
3#ifndef __QCOM_PRIV_H__
4#define __QCOM_PRIV_H__
5
Caleb Connolly2bdb2522024-10-12 15:57:19 +02006#if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT)
7void qcom_configure_capsule_updates(void);
8#else
9void qcom_configure_capsule_updates(void) {}
10#endif /* EFI_HAVE_CAPSULE_SUPPORT */
11
Caleb Connolly2983ae82024-04-03 14:07:45 +020012#endif /* __QCOM_PRIV_H__ */