diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-s390/ipl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-s390/ipl.h b/include/asm-s390/ipl.h index d0dcc9c5f7c3..c1b2e50392bb 100644 --- a/include/asm-s390/ipl.h +++ b/include/asm-s390/ipl.h | |||
@@ -143,6 +143,10 @@ enum diag308_opt { | |||
143 | DIAG308_IPL_OPT_DUMP = 0x20, | 143 | DIAG308_IPL_OPT_DUMP = 0x20, |
144 | }; | 144 | }; |
145 | 145 | ||
146 | enum diag308_flags { | ||
147 | DIAG308_FLAGS_LP_VALID = 0x80, | ||
148 | }; | ||
149 | |||
146 | enum diag308_rc { | 150 | enum diag308_rc { |
147 | DIAG308_RC_OK = 1, | 151 | DIAG308_RC_OK = 1, |
148 | }; | 152 | }; |