mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +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:
@@ -1,6 +1,6 @@
|
||||
#include <curses.h>
|
||||
#include <stddef.h>
|
||||
#include <timer.h>
|
||||
#include <unistd.h>
|
||||
#include "mucurses.h"
|
||||
|
||||
/** @file
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <console.h>
|
||||
#include <latch.h>
|
||||
#include <gpxe/features.h>
|
||||
#include <gpxe/timer.h>
|
||||
#include <gpxe/shell_banner.h>
|
||||
|
||||
/** @file
|
||||
|
||||
Reference in New Issue
Block a user