]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/psci.h
ARM: PSCI: Rework the DT handler slightly
[karo-tx-uboot.git] / arch / arm / include / asm / psci.h
index 704b4b0018ea293f57c3c8e9aa300934e51d7840..50a3ca45e172b634894d0885fecd3d29c484466b 100644 (file)
@@ -32,4 +32,8 @@
 #define ARM_PSCI_RET_INVAL             (-2)
 #define ARM_PSCI_RET_DENIED            (-3)
 
+#ifndef __ASSEMBLY__
+int psci_update_dt(void *fdt);
+#endif /* ! __ASSEMBLY__ */
+
 #endif /* __ARM_PSCI_H__ */