virtex2_pld_device_t -> struct virtex2_pld_device

Remove misleading typedef and redundant suffix from struct virtex2_pld_device.
This commit is contained in:
Zachary T Welch
2009-11-13 08:14:57 -08:00
parent cd4c059806
commit db08ab8a79
2 changed files with 8 additions and 8 deletions

View File

@@ -22,9 +22,9 @@
#include "jtag.h"
typedef struct virtex2_pld_device_s
struct virtex2_pld_device
{
struct jtag_tap *tap;
} virtex2_pld_device_t;
};
#endif /* VIRTEX2_H */