diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/usbstorvstor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/usbstorvstor.h b/include/user/usbstorvstor.h index 84b0389..44713df 100644 --- a/include/user/usbstorvstor.h +++ b/include/user/usbstorvstor.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_USBSTORVSTOR_H_ -#define _PSP2_USBSTORVSTOR_H_ +#ifndef _VDSUITE_USER_USBSTORVSTOR_H +#define _VDSUITE_USER_USBSTORVSTOR_H #ifdef __cplusplus extern "C" { @@ -53,4 +53,4 @@ int sceUsbstorVStorStop(void); } #endif -#endif /* _PSP2_USBSTORVSTOR_H_ */ +#endif /* _VDSUITE_USER_USBSTORVSTOR_H */ |