Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/usbdivar.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/usbdivar.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.130 retrieving revision 1.131 diff -u -p -r1.130 -r1.131 --- src/sys/dev/usb/usbdivar.h 2021/09/07 10:44:18 1.130 +++ src/sys/dev/usb/usbdivar.h 2022/02/14 09:23:32 1.131 @@ -1,4 +1,4 @@ -/* $NetBSD: usbdivar.h,v 1.130 2021/09/07 10:44:18 riastradh Exp $ */ +/* $NetBSD: usbdivar.h,v 1.131 2022/02/14 09:23:32 riastradh Exp $ */ /* * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc. @@ -30,6 +30,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#ifndef _DEV_USB_USBDIVAR_H_ +#define _DEV_USB_USBDIVAR_H_ + /* * Discussion about locking in the USB code: * @@ -397,3 +400,5 @@ usb_addr2dindex(int addr) #define usbd_lock_pipe(p) mutex_enter((p)->up_dev->ud_bus->ub_lock) #define usbd_unlock_pipe(p) mutex_exit((p)->up_dev->ud_bus->ub_lock) + +#endif /* _DEV_USB_USBDIVAR_H_ */