Rename usbspec_p.h to usbspec_private.h and fix header guards.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36248 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
* Niels S. Reedijk
|
* Niels S. Reedijk
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _USB_P_
|
#ifndef _USB_PRIVATE_H
|
||||||
#define _USB_P_
|
#define _USB_PRIVATE_H
|
||||||
|
|
||||||
#include "BeOSCompatibility.h"
|
#include "BeOSCompatibility.h"
|
||||||
#include "usbspec_p.h"
|
#include "usbspec_private.h"
|
||||||
#include <lock.h>
|
#include <lock.h>
|
||||||
|
|
||||||
|
|
||||||
@@ -659,4 +659,4 @@ private:
|
|||||||
uint16 fBandwidth;
|
uint16 fBandwidth;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // _USB_PRIVATE_H
|
||||||
|
|||||||
+3
-3
@@ -7,8 +7,8 @@
|
|||||||
* Niels S. Reedijk
|
* Niels S. Reedijk
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _USBSPEC_P_
|
#ifndef _USBSPEC_PRIVATE_H
|
||||||
#define _USBSPEC_P_
|
#define _USBSPEC_PRIVATE_H
|
||||||
|
|
||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
#include <util/Vector.h>
|
#include <util/Vector.h>
|
||||||
@@ -113,4 +113,4 @@ struct usb_port_status
|
|||||||
#define C_PORT_OVER_CURRENT 19
|
#define C_PORT_OVER_CURRENT 19
|
||||||
#define C_PORT_RESET 20
|
#define C_PORT_RESET 20
|
||||||
|
|
||||||
#endif
|
#endif // _USBSPEC_PRIVATE_H
|
||||||
Reference in New Issue
Block a user