summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/jedparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/jedparse.h')
-rw-r--r--src/lib/util/jedparse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util/jedparse.h b/src/lib/util/jedparse.h
index c1462fd77aa..05c9b61d510 100644
--- a/src/lib/util/jedparse.h
+++ b/src/lib/util/jedparse.h
@@ -62,8 +62,7 @@
TYPE DEFINITIONS
***************************************************************************/
-typedef struct _jed_data jed_data;
-struct _jed_data
+struct jed_data
{
UINT32 numfuses; /* number of defined fuses */
UINT8 fusemap[JED_MAX_FUSES / 8];/* array of bit-packed data */