Undo previous commit. <machine/clock.h> is needed for the prototype

for DELAY().
This commit is contained in:
Nick Hibma 2000-10-16 18:50:00 +00:00
parent b425e31947
commit ebcc7b37d5
4 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,7 @@
#include <dev/usb/ohcivar.h>
#if defined(__FreeBSD__)
#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif

View File

@ -79,6 +79,7 @@
#include <dev/usb/uhcivar.h>
#if defined(__FreeBSD__)
#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif

View File

@ -62,6 +62,7 @@
#include <dev/usb/usb_quirks.h>
#if defined(__FreeBSD__)
#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif

View File

@ -63,6 +63,7 @@
#if defined(__FreeBSD__)
#include "usb_if.h"
#include <machine/clock.h>
#define delay(d) DELAY(d)
#endif