diff options
Diffstat (limited to 'arch/powerpc/include/asm/opal.h')
-rw-r--r-- | arch/powerpc/include/asm/opal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/opal.h b/arch/powerpc/include/asm/opal.h index 9a87b4401a41..40157e2ca691 100644 --- a/arch/powerpc/include/asm/opal.h +++ b/arch/powerpc/include/asm/opal.h | |||
@@ -156,6 +156,7 @@ extern int opal_enter_rtas(struct rtas_args *args, | |||
156 | #define OPAL_FLASH_UPDATE 78 | 156 | #define OPAL_FLASH_UPDATE 78 |
157 | #define OPAL_GET_MSG 85 | 157 | #define OPAL_GET_MSG 85 |
158 | #define OPAL_CHECK_ASYNC_COMPLETION 86 | 158 | #define OPAL_CHECK_ASYNC_COMPLETION 86 |
159 | #define OPAL_SYNC_HOST_REBOOT 87 | ||
159 | 160 | ||
160 | #ifndef __ASSEMBLY__ | 161 | #ifndef __ASSEMBLY__ |
161 | 162 | ||
@@ -828,6 +829,7 @@ int64_t opal_update_flash(uint64_t blk_list); | |||
828 | 829 | ||
829 | int64_t opal_get_msg(uint64_t buffer, size_t size); | 830 | int64_t opal_get_msg(uint64_t buffer, size_t size); |
830 | int64_t opal_check_completion(uint64_t buffer, size_t size, uint64_t token); | 831 | int64_t opal_check_completion(uint64_t buffer, size_t size, uint64_t token); |
832 | int64_t opal_sync_host_reboot(void); | ||
831 | 833 | ||
832 | /* Internal functions */ | 834 | /* Internal functions */ |
833 | extern int early_init_dt_scan_opal(unsigned long node, const char *uname, int depth, void *data); | 835 | extern int early_init_dt_scan_opal(unsigned long node, const char *uname, int depth, void *data); |