ARM: EXYNOS: add exynos_get_boot_addr() helper
[deliverable/linux.git] / arch / arm / include / asm / firmware.h
index 89aefe10d66b78102919d05860eb89715d01f85d..34c1d96ef46df68f0f354c111c121f9cee1067ca 100644 (file)
@@ -33,6 +33,10 @@ struct firmware_ops {
         * Sets boot address of specified physical CPU
         */
        int (*set_cpu_boot_addr)(int cpu, unsigned long boot_addr);
+       /*
+        * Gets boot address of specified physical CPU
+        */
+       int (*get_cpu_boot_addr)(int cpu, unsigned long *boot_addr);
        /*
         * Boots specified physical CPU
         */
This page took 0.047853 seconds and 5 git commands to generate.