* Rename usb_p.h to usb_private.h.
* Some automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
72457eddbc
commit
853e6be8ca
@ -7,7 +7,7 @@
|
||||
* Niels S. Reedijk
|
||||
*/
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
|
||||
|
||||
BusManager::BusManager(Stack *stack)
|
||||
|
@ -7,7 +7,7 @@
|
||||
* Niels S. Reedijk
|
||||
*/
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
|
||||
|
||||
Device::Device(Object *parent, int8 hubAddress, uint8 hubPort,
|
||||
|
@ -7,8 +7,7 @@
|
||||
* Niels S. Reedijk
|
||||
*/
|
||||
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Michael Lotz <mmlr@mlotz.ch>
|
||||
*/
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
|
||||
|
||||
Interface::Interface(Object *parent, uint8 interfaceIndex)
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Michael Lotz <mmlr@mlotz.ch>
|
||||
*/
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
|
||||
|
||||
Object::Object(Stack *stack, BusManager *bus)
|
||||
|
@ -7,7 +7,7 @@
|
||||
* Niels S. Reedijk
|
||||
*/
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
|
||||
|
||||
Pipe::Pipe(Object *parent)
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <module.h>
|
||||
#include <unistd.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
#include "PhysicalMemoryAllocator.h"
|
||||
|
||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||
|
@ -6,7 +6,8 @@
|
||||
* Michael Lotz <mmlr@mlotz.ch>
|
||||
* Niels S. Reedijk
|
||||
*/
|
||||
#include "usb_p.h"
|
||||
|
||||
#include "usb_private.h"
|
||||
|
||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||
#include <kernel.h>
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <util/kernel_cpp.h>
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
#include <USB_rle.h>
|
||||
|
||||
#define USB_MODULE_NAME "module"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#ifndef EHCI_H
|
||||
#define EHCI_H
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
#include "ehci_hardware.h"
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#ifndef OHCI_H
|
||||
#define OHCI_H
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
#include "ohci_hardware.h"
|
||||
#include <lock.h>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#ifndef UHCI_H
|
||||
#define UHCI_H
|
||||
|
||||
#include "usb_p.h"
|
||||
#include "usb_private.h"
|
||||
#include "uhci_hardware.h"
|
||||
#include <lock.h>
|
||||
|
||||
@ -202,7 +202,7 @@ inline uint8 ReadReg8(uint32 reg);
|
||||
inline uint16 ReadReg16(uint32 reg);
|
||||
inline uint32 ReadReg32(uint32 reg);
|
||||
|
||||
static pci_module_info * sPCIModule;
|
||||
static pci_module_info * sPCIModule;
|
||||
|
||||
uint32 fRegisterBase;
|
||||
pci_info * fPCIInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user