Message ID | 20201211021356.414095-2-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | Implement get dump chip-op | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (41586bce6f00623d2d25a8483ee9187c2c0218af) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
diff --git a/libsbefifo/sbefifo_private.h b/libsbefifo/sbefifo_private.h index e49f673..4dd1c25 100644 --- a/libsbefifo/sbefifo_private.h +++ b/libsbefifo/sbefifo_private.h @@ -61,10 +61,10 @@ #define SBEFIFO_CMD_QUIESCE 0x03 #define SBEFIFO_CMD_CLASS_MPIPL 0xA900 -#define SBEFIFO_CMD_ENTER_MPIPL 0x01 -#define SBEFIFO_CMD_CONTINUE_MPIPL 0x02 -#define SBEFIFO_CMD_STOP_CLOCKS 0x03 -#define SBEFIFO_CMD_GET_TI_INFO 0x04 +#define SBEFIFO_CMD_ENTER_MPIPL 0x01 +#define SBEFIFO_CMD_CONTINUE_MPIPL 0x02 +#define SBEFIFO_CMD_STOP_CLOCKS 0x03 +#define SBEFIFO_CMD_GET_TI_INFO 0x04 struct sbefifo_context { int fd;
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libsbefifo/sbefifo_private.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)