mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +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:
@@ -16,7 +16,6 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <timer.h>
|
||||
#include <gpxe/bitbash.h>
|
||||
|
||||
/** @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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user