diff options
Diffstat (limited to 'include/user/hid.h')
-rw-r--r-- | include/user/hid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/hid.h b/include/user/hid.h index 2245f2c..c8c4510 100644 --- a/include/user/hid.h +++ b/include/user/hid.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_HID_H_ -#define _PSP2_HID_H_ +#ifndef _VDSUITE_USER_HID_H +#define _VDSUITE_USER_HID_H #ifdef __cplusplus extern "C" { @@ -72,5 +72,5 @@ int sceHidMouseRead(SceUInt32 handle, SceHidMouseReport *reports[], int nReports } #endif -#endif +#endif /* _VDSUITE_USER_HID_H */ |