Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Use correct include guard.



details:   https://anonhg.NetBSD.org/src/rev/e63f54cd5b71
branches:  trunk
changeset: 343123:e63f54cd5b71
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jan 23 01:15:23 2016 +0000

description:
Use correct include guard.

diffstat:

 sys/dev/usb/usbhid.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r e362645e337b -r e63f54cd5b71 sys/dev/usb/usbhid.h
--- a/sys/dev/usb/usbhid.h      Sat Jan 23 01:05:30 2016 +0000
+++ b/sys/dev/usb/usbhid.h      Sat Jan 23 01:15:23 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbhid.h,v 1.14 2012/01/17 03:49:20 christos Exp $     */
+/*     $NetBSD: usbhid.h,v 1.15 2016/01/23 01:15:23 dholland Exp $     */
 /*     $FreeBSD: src/sys/dev/usb/usbhid.h,v 1.7 1999/11/17 22:33:51 n_hibma Exp $ */
 
 /*
@@ -32,8 +32,8 @@
  */
 
 
-#ifndef _USBHID_H_
-#define _USBHID_H_
+#ifndef _DEV_USB_USBHID_H_
+#define _DEV_USB_USBHID_H_
 
 #define UR_GET_HID_DESCRIPTOR  0x06
 #define  UDESC_HID             0x21
@@ -192,4 +192,4 @@
 #define HIO_VOLATILE   0x080
 #define HIO_BUFBYTES   0x100
 
-#endif /* _USBHID_H_ */
+#endif /* _DEV_USB_USBHID_H_ */



Home | Main Index | Thread Index | Old Index