|
From: <zw...@ma...> - 2009-06-02 06:31:59
|
Author: zwelch
Date: 2009-06-02 06:31:49 +0200 (Tue, 02 Jun 2009)
New Revision: 1990
Modified:
trunk/src/jtag/jtag.h
Log:
Remove the useless invalidstruct from jtag.h.
Modified: trunk/src/jtag/jtag.h
===================================================================
--- trunk/src/jtag/jtag.h 2009-06-02 03:38:50 UTC (rev 1989)
+++ trunk/src/jtag/jtag.h 2009-06-02 04:31:49 UTC (rev 1990)
@@ -800,11 +800,7 @@
extern int jtag_srst_asserted(int* srst_asserted);
/* JTAG support functions */
-struct invalidstruct
-{
-};
-
/* execute jtag queue and check value and use mask if mask is != NULL. invokes
* jtag_set_error() with any error. */
extern void jtag_check_value_mask(scan_field_t *field, u8 *value, u8 *mask);
|