diff options
Diffstat (limited to 'arch/powerpc/include/asm/rtas.h')
-rw-r--r-- | arch/powerpc/include/asm/rtas.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/rtas.h b/arch/powerpc/include/asm/rtas.h index aef00c675905..a8bc2bb4adc9 100644 --- a/arch/powerpc/include/asm/rtas.h +++ b/arch/powerpc/include/asm/rtas.h | |||
@@ -143,6 +143,8 @@ struct rtas_suspend_me_data { | |||
143 | #define RTAS_TYPE_PMGM_TIME_ALARM 0x6f | 143 | #define RTAS_TYPE_PMGM_TIME_ALARM 0x6f |
144 | #define RTAS_TYPE_PMGM_CONFIG_CHANGE 0x70 | 144 | #define RTAS_TYPE_PMGM_CONFIG_CHANGE 0x70 |
145 | #define RTAS_TYPE_PMGM_SERVICE_PROC 0x71 | 145 | #define RTAS_TYPE_PMGM_SERVICE_PROC 0x71 |
146 | /* Platform Resource Reassignment Notification */ | ||
147 | #define RTAS_TYPE_PRRN 0xA0 | ||
146 | 148 | ||
147 | /* RTAS check-exception vector offset */ | 149 | /* RTAS check-exception vector offset */ |
148 | #define RTAS_VECTOR_EXTERNAL_INTERRUPT 0x500 | 150 | #define RTAS_VECTOR_EXTERNAL_INTERRUPT 0x500 |
@@ -277,6 +279,10 @@ extern int early_init_dt_scan_rtas(unsigned long node, | |||
277 | 279 | ||
278 | extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal); | 280 | extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal); |
279 | 281 | ||
282 | #ifdef CONFIG_PPC_PSERIES | ||
283 | extern int pseries_devicetree_update(s32 scope); | ||
284 | #endif | ||
285 | |||
280 | #ifdef CONFIG_PPC_RTAS_DAEMON | 286 | #ifdef CONFIG_PPC_RTAS_DAEMON |
281 | extern void rtas_cancel_event_scan(void); | 287 | extern void rtas_cancel_event_scan(void); |
282 | #else | 288 | #else |