mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
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:
@@ -17,9 +17,9 @@
|
||||
*/
|
||||
|
||||
#include <console.h>
|
||||
#include <latch.h>
|
||||
#include <gpxe/process.h>
|
||||
#include <gpxe/keys.h>
|
||||
#include <gpxe/timer.h>
|
||||
|
||||
/** @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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <latch.h>
|
||||
#include <gpxe/timer.h>
|
||||
|
||||
static int32_t rnd_seed = 0;
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user