mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +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:
@@ -62,7 +62,6 @@ static const char hardcoded_ssid[] = "";
|
||||
* quicker to convert code from the Linux Prism2 driver.
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include "timer.h"
|
||||
#define __le16_to_cpu(x) (x)
|
||||
#define __le32_to_cpu(x) (x)
|
||||
#define __cpu_to_le16(x) (x)
|
||||
|
||||
Reference in New Issue
Block a user