USB_hid: fix include guard.

This commit is contained in:
Jérôme Duval 2019-10-07 21:57:45 +02:00
parent cf0498cbc6
commit c84296d0ad

View File

@ -2,8 +2,8 @@
* Copyright 2004-2010, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _USB_HID_PAGE_GAME_CONTROLS_H
#define _USB_HID_PAGE_GAME_CONTROLS_H
#ifndef _USB_HID_PAGE_VR_CONTROLS_H
#define _USB_HID_PAGE_VR_CONTROLS_H
/* Reference:
@ -46,4 +46,4 @@ enum {
};
#endif // _USB_HID_PAGE_GAME_CONTROLS_H
#endif // _USB_HID_PAGE_VR_CONTROLS_H