|
@@ -55,6 +55,7 @@ bool bL_switcher_get_enabled(void);
|
|
|
void bL_switcher_put_enabled(void);
|
|
|
|
|
|
int bL_switcher_trace_trigger(void);
|
|
|
+int bL_switcher_get_logical_index(u32 mpidr);
|
|
|
|
|
|
#else
|
|
|
static inline int bL_switcher_register_notifier(struct notifier_block *nb)
|
|
@@ -70,6 +71,7 @@ static inline int bL_switcher_unregister_notifier(struct notifier_block *nb)
|
|
|
static inline bool bL_switcher_get_enabled(void) { return false; }
|
|
|
static inline void bL_switcher_put_enabled(void) { }
|
|
|
static inline int bL_switcher_trace_trigger(void) { return 0; }
|
|
|
+static inline int bL_switcher_get_logical_index(u32 mpidr) { return -EUNATCH; }
|
|
|
#endif /* CONFIG_BL_SWITCHER */
|
|
|
|
|
|
#endif
|