From ab4f96e525fe082b0750867cc50d03becf018048 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 14 Jun 2006 00:20:35 +0000 Subject: Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics). --- src/include/gpxe/bitbash.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include') 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, -- cgit v1.2.3-55-g7522