4 * Copyright 2015 IBM Corp.
5 * Author(s): Zhang Fan <bjfanzh@cn.ibm.com>
7 * This work is licensed under the terms of the GNU GPL, version 2 or (at
8 * your option) any later version. See the COPYING file in the top-level
15 typedef struct IplParameterBlock
{
16 uint8_t reserved1
[110];
18 uint8_t reserved2
[88];
21 int s390_ipl_update_diag308(IplParameterBlock
*iplb
);
22 IplParameterBlock
*s390_ipl_get_iplb(void);
23 void s390_reipl_request(void);