mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Undo previous commit. <machine/clock.h> is needed for the prototype
for DELAY().
This commit is contained in:
parent
b425e31947
commit
ebcc7b37d5
4 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
#include <dev/usb/ohcivar.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <machine/clock.h>
|
||||
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@
|
|||
#include <dev/usb/uhcivar.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <machine/clock.h>
|
||||
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
#include <dev/usb/usb_quirks.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <machine/clock.h>
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
|
||||
#if defined(__FreeBSD__)
|
||||
#include "usb_if.h"
|
||||
#include <machine/clock.h>
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue