mirror of
https://review.coreboot.org/flashrom.git
synced 2025-10-28 20:02:10 +01:00
Usleep() is not found in all versions of MinGW, use Sleep() on Windows
Handle long sleeps on non-Windows correctly. Corresponding to flashrom svn r1667. Signed-off-by: Maksim Kuleshov <mmcx@mail.ru> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
committed by
Carl-Daniel Hailfinger
parent
02437458a6
commit
73dc0db725
@@ -250,6 +250,7 @@ extern const struct board_info laptops_known[];
|
||||
/* udelay.c */
|
||||
void myusec_delay(int usecs);
|
||||
void myusec_calibrate_delay(void);
|
||||
void internal_sleep(int usecs);
|
||||
void internal_delay(int usecs);
|
||||
|
||||
#if CONFIG_INTERNAL == 1
|
||||
|
||||
Reference in New Issue
Block a user