summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/bitbash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/bitbash.h')
-rw-r--r--src/include/gpxe/bitbash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gpxe/bitbash.h b/src/include/gpxe/bitbash.h
index 9bee39134..f479b5ad0 100644
--- a/src/include/gpxe/bitbash.h
+++ b/src/include/gpxe/bitbash.h
@@ -33,8 +33,6 @@ struct bit_basher {
* @ret non-zero Input is a logic 1
*/
int ( * read ) ( struct bit_basher *basher, unsigned int bit_id );
- /** Delay between subsequent calls to write(), in microseconds */
- unsigned int udelay;
};
extern void write_bit ( struct bit_basher *basher, unsigned int bit_id,