|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -132,6 +132,9 @@ static inline int pld_snoc_is_fw_rejuvenate(void)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
+static inline void pld_snoc_block_shutdown(bool status)
|
|
|
+{
|
|
|
+}
|
|
|
#else
|
|
|
int pld_snoc_register_driver(void);
|
|
|
void pld_snoc_unregister_driver(void);
|
|
@@ -256,5 +259,9 @@ static inline int pld_snoc_is_fw_rejuvenate(void)
|
|
|
return icnss_is_rejuvenate();
|
|
|
}
|
|
|
|
|
|
+static inline void pld_snoc_block_shutdown(bool status)
|
|
|
+{
|
|
|
+ icnss_block_shutdown(status);
|
|
|
+}
|
|
|
#endif
|
|
|
#endif
|