diff options
Diffstat (limited to 'arch/powerpc/include/asm/opal-api.h')
-rw-r--r-- | arch/powerpc/include/asm/opal-api.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/opal-api.h b/arch/powerpc/include/asm/opal-api.h index e8a6baf55e82..0321a909e663 100644 --- a/arch/powerpc/include/asm/opal-api.h +++ b/arch/powerpc/include/asm/opal-api.h | |||
@@ -150,7 +150,10 @@ | |||
150 | #define OPAL_IPMI_SEND 107 | 150 | #define OPAL_IPMI_SEND 107 |
151 | #define OPAL_IPMI_RECV 108 | 151 | #define OPAL_IPMI_RECV 108 |
152 | #define OPAL_I2C_REQUEST 109 | 152 | #define OPAL_I2C_REQUEST 109 |
153 | #define OPAL_LAST 109 | 153 | #define OPAL_FLASH_READ 110 |
154 | #define OPAL_FLASH_WRITE 111 | ||
155 | #define OPAL_FLASH_ERASE 112 | ||
156 | #define OPAL_LAST 112 | ||
154 | 157 | ||
155 | /* Device tree flags */ | 158 | /* Device tree flags */ |
156 | 159 | ||