Modify gPXE core and drivers to work with the new timer subsystem

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
This commit is contained in:
Alexey Zaytsev
2008-03-02 03:41:10 +03:00
parent 4006d229e5
commit a1572e0ab0
58 changed files with 62 additions and 121 deletions

View File

@@ -16,7 +16,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <timer.h>
#include <gpxe/bitbash.h>
/** @file

View File

@@ -20,7 +20,7 @@
#include <stdint.h>
#include <errno.h>
#include <assert.h>
#include <timer.h>
#include <unistd.h>
#include <gpxe/bitbash.h>
#include <gpxe/i2c.h>

View File

@@ -22,7 +22,7 @@
#include <byteswap.h>
#include <errno.h>
#include <assert.h>
#include <timer.h>
#include <unistd.h>
#include <gpxe/bitbash.h>
#include <gpxe/spi_bit.h>