david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers/bitbash
Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are
defined in vsprintf.h.  (This may change, since vsprintf.h is a
non-standard name, but for now it's the one to use.)

There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
2006-09-27 10:58:14 +00:00
..
bitbash.c Move per-transition delays from generic bit-bashing layer to i2c layer 2006-06-14 00:20:35 +00:00
i2c_bit.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
spi_bit.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00