Merge branch 'master' of git://git.denx.de/u-boot-video
[oweals/u-boot.git] / arch / arm / include / asm / psci.h
index 704b4b0018ea293f57c3c8e9aa300934e51d7840..128a606444fed668b914eca9e14d407829a8a379 100644 (file)
@@ -32,4 +32,9 @@
 #define ARM_PSCI_RET_INVAL             (-2)
 #define ARM_PSCI_RET_DENIED            (-3)
 
+#ifndef __ASSEMBLY__
+int psci_update_dt(void *fdt);
+void psci_board_init(void);
+#endif /* ! __ASSEMBLY__ */
+
 #endif /* __ARM_PSCI_H__ */