diff options
| author | Michael Brown | 2006-06-14 02:20:35 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-06-14 02:20:35 +0200 |
| commit | ab4f96e525fe082b0750867cc50d03becf018048 (patch) | |
| tree | 8475725200b15eb3f72f17579ba64a5952e04295 /src/include | |
| parent | Translate between "0 = success" and "0 = failure" call standards. (diff) | |
| download | ipxe-ab4f96e525fe082b0750867cc50d03becf018048.tar.gz ipxe-ab4f96e525fe082b0750867cc50d03becf018048.tar.xz ipxe-ab4f96e525fe082b0750867cc50d03becf018048.zip | |
Move per-transition delays from generic bit-bashing layer to i2c layer
(since SPI bit-bashing will require different delay semantics).
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/bitbash.h | 2 |
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, |
