[Pdbg] [PATCH 2/7] libpdbg: Remove unused enumeration

Amitay Isaacs amitay at ozlabs.org
Thu Sep 12 11:37:17 AEST 2019


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libpdbg/operations.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libpdbg/operations.h b/libpdbg/operations.h
index 5b8da8d..72f008c 100644
--- a/libpdbg/operations.h
+++ b/libpdbg/operations.h
@@ -55,7 +55,6 @@
 
 #define MXSPR_SPR(opcode) (((opcode >> 16) & 0x1f) | ((opcode >> 6) & 0x3e0))
 
-enum fsi_system_type {FSI_SYSTEM_P8, FSI_SYSTEM_P9W, FSI_SYSTEM_P9R, FSI_SYSTEM_P9Z};
 enum chip_type get_chip_type(uint64_t chip_id);
 
 #endif
-- 
2.21.0



More information about the Pdbg mailing list