diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/protocol.h b/src/protocol.h index 8e9540d..bd5682c 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -16,21 +16,21 @@ typedef struct prne_htbt_cmd prne_htbt_cmd_t; typedef struct prne_htbt_bin_head prne_htbt_bin_head_t; typedef enum { - PRNE_ARCH_NONE = -1, - - PRNE_ARCH_ARMV4T, - PRNE_ARCH_ARMV7, - PRNE_ARCH_I686, - PRNE_ARCH_M68K, - PRNE_ARCH_MIPS, - PRNE_ARCH_MPSL, - PRNE_ARCH_PPC, - PRNE_ARCH_RV32, - PRNE_ARCH_RV64, - PRNE_ARCH_SH4, - PRNE_ARCH_SPC, - - NB_PRNE_ARCH + PRNE_ARCH_NONE = -1, + + PRNE_ARCH_ARMV4T, + PRNE_ARCH_ARMV7, + PRNE_ARCH_I686, + PRNE_ARCH_M68K, + PRNE_ARCH_MIPS, + PRNE_ARCH_MPSL, + PRNE_ARCH_PPC, + PRNE_ARCH_RV32, + PRNE_ARCH_RV64, + PRNE_ARCH_SH4, + PRNE_ARCH_SPC, + + NB_PRNE_ARCH } prne_arch_t; PRNE_LIMIT_ENUM(prne_arch_t, NB_PRNE_ARCH, 0xFF); @@ -76,9 +76,9 @@ typedef enum { PRNE_LIMIT_ENUM(prne_htbt_rspc_t, NB_PRNE_HTBT_RSPC, 0xFF); typedef enum { - PRNE_HTBT_SER_RET_OK, - PRNE_HTBT_SER_RET_MORE_MEM, - PRNE_HTBT_SER_RET_FMT_ERR, + PRNE_HTBT_SER_RET_OK, + PRNE_HTBT_SER_RET_MORE_MEM, + PRNE_HTBT_SER_RET_FMT_ERR, } prne_htbt_serialise_ret_t; typedef enum { @@ -108,8 +108,8 @@ struct prne_htbt_host_info { struct prne_htbt_cmd { char *mem; - size_t *offset_arr; - uint8_t argc; + size_t *offset_arr; + uint8_t argc; }; struct prne_htbt_bin_head { |