target: project: 8996: Enable reboot module

Reboot module & usage of PON registers for reboot reason is enabled and
remove the reboot_device, shutdown_device apis from target code.

Change-Id: Id80cf16a95a3e6ed9ba38e1bd9cd33f34b431e11
diff --git a/include/target.h b/include/target.h
index 84e93c0..b7f92a2 100644
--- a/include/target.h
+++ b/include/target.h
@@ -86,4 +86,5 @@
 void target_crypto_init_params(void);
 int target_cont_splash_screen(void);
 bool target_build_variant_user();
+void pmic_reset_configure(uint8_t reset_type);
 #endif