* 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:
Michael Lotz 2010-04-14 09:10:48 +00:00
parent 72457eddbc
commit 853e6be8ca
13 changed files with 14 additions and 14 deletions

View File

@ -7,7 +7,7 @@
* Niels S. Reedijk
*/
#include "usb_p.h"
#include "usb_private.h"
BusManager::BusManager(Stack *stack)

View File

@ -7,7 +7,7 @@
* Niels S. Reedijk
*/
#include "usb_p.h"
#include "usb_private.h"
Device::Device(Object *parent, int8 hubAddress, uint8 hubPort,

View File

@ -7,8 +7,7 @@
* Niels S. Reedijk
*/
#include "usb_p.h"
#include "usb_private.h"
#include <stdio.h>

View File

@ -6,7 +6,7 @@
* Michael Lotz <mmlr@mlotz.ch>
*/
#include "usb_p.h"
#include "usb_private.h"
Interface::Interface(Object *parent, uint8 interfaceIndex)

View File

@ -6,7 +6,7 @@
* Michael Lotz <mmlr@mlotz.ch>
*/
#include "usb_p.h"
#include "usb_private.h"
Object::Object(Stack *stack, BusManager *bus)

View File

@ -7,7 +7,7 @@
* Niels S. Reedijk
*/
#include "usb_p.h"
#include "usb_private.h"
Pipe::Pipe(Object *parent)

View File

@ -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

View File

@ -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>

View File

@ -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"

View File

@ -8,7 +8,7 @@
#ifndef EHCI_H
#define EHCI_H
#include "usb_p.h"
#include "usb_private.h"
#include "ehci_hardware.h"

View File

@ -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>

View File

@ -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;