diff options
author | 2012-09-15 21:47:30 +0000 | |
---|---|---|
committer | 2012-09-15 21:47:30 +0000 | |
commit | ab97dc30efdd5cc1abf8c65b8ce29af364219167 (patch) | |
tree | 5ab46b3c21f6e0e4173a79a4151e019b3f2dc17e /src/lib/util/jedparse.h | |
parent | d1da89cc7817315f05269205a3f56d36ebba170b (diff) |
First pass at modernizing struct definitions.
Diffstat (limited to 'src/lib/util/jedparse.h')
-rw-r--r-- | src/lib/util/jedparse.h | 3 |
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 */ |