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

@@ -17,9 +17,9 @@
*/
#include <console.h>
#include <latch.h>
#include <gpxe/process.h>
#include <gpxe/keys.h>
#include <gpxe/timer.h>
/** @file
*

View File

@@ -4,8 +4,8 @@ MISC Support Routines
#include <stdlib.h>
#include <byteswap.h>
#include <latch.h>
#include <gpxe/in.h>
#include <gpxe/timer.h>
/**************************************************************************
INET_ATON - Convert an ascii x.x.x.x to binary form

View File

@@ -5,7 +5,7 @@
*/
#include <stdlib.h>
#include <latch.h>
#include <gpxe/timer.h>
static int32_t rnd_seed = 0;

View File

@@ -15,7 +15,7 @@
#include "console.h"
#include <gpxe/init.h>
#include "io.h"
#include "timer.h"
#include <unistd.h>
#include "config/serial.h"
/* Set default values if none specified */