Fixed building of the UHCI and OHCI modules [reported by AndyBe].
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15914 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -191,7 +191,7 @@ status_t Stack::AllocateChunk( void **log , void **phy , uint8 size )
|
|||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
dprintf( "USB Stack::Allocate() listhead: %l\n" , listhead );
|
dprintf( "USB Stack::Allocate() listhead: %ld\n" , listhead );
|
||||||
|
|
||||||
memory_chunk *chunk = (memory_chunk *)listhead;
|
memory_chunk *chunk = (memory_chunk *)listhead;
|
||||||
*log = (void *)listhead;
|
*log = (void *)listhead;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#ifndef USB_P
|
#ifndef USB_P
|
||||||
#define USB_P
|
#define USB_P
|
||||||
|
|
||||||
#include <usbspec_p.h>
|
#include "usbspec_p.h"
|
||||||
|
|
||||||
/* ++++++++++
|
/* ++++++++++
|
||||||
Forward declarations
|
Forward declarations
|
||||||
|
|||||||
@@ -43,7 +43,8 @@
|
|||||||
|
|
||||||
#include "ohci.h"
|
#include "ohci.h"
|
||||||
#include "ohci_hardware.h"
|
#include "ohci_hardware.h"
|
||||||
#include <usb_p.h>
|
#include "usb_p.h"
|
||||||
|
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
// OHCI:: Reverse the bits in a value between 0 and 31
|
// OHCI:: Reverse the bits in a value between 0 and 31
|
||||||
// (Section 3.3.2)
|
// (Section 3.3.2)
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
// OHCI:: Includes
|
// OHCI:: Includes
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
|
|
||||||
#include <usb_p.h>
|
#include "usb_p.h"
|
||||||
#include "ohci_software.h"
|
#include "ohci_software.h"
|
||||||
|
|
||||||
struct pci_info;
|
struct pci_info;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
// OHCI:: Includes
|
// OHCI:: Includes
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
|
|
||||||
#include <usb_p.h>
|
#include "usb_p.h"
|
||||||
#include "ohci_hardware.h"
|
#include "ohci_hardware.h"
|
||||||
|
|
||||||
// ------------------------------------
|
// ------------------------------------
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include "uhci.h"
|
#include "uhci.h"
|
||||||
#include "uhci_hardware.h"
|
#include "uhci_hardware.h"
|
||||||
#include <usb_p.h>
|
#include "usb_p.h"
|
||||||
|
|
||||||
|
|
||||||
/* ++++++++++
|
/* ++++++++++
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#ifndef UHCI_H
|
#ifndef UHCI_H
|
||||||
#define UHCI_H
|
#define UHCI_H
|
||||||
|
|
||||||
#include <usb_p.h>
|
#include "usb_p.h"
|
||||||
#include "uhci_hardware.h"
|
#include "uhci_hardware.h"
|
||||||
|
|
||||||
struct pci_info;
|
struct pci_info;
|
||||||
|
|||||||
Reference in New Issue
Block a user