summaryrefslogtreecommitdiff
path: root/include/kernel/usbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/usbd.h')
-rw-r--r--include/kernel/usbd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/kernel/usbd.h b/include/kernel/usbd.h
index 8751359..5821b14 100644
--- a/include/kernel/usbd.h
+++ b/include/kernel/usbd.h
@@ -2,8 +2,8 @@
Vita Development Suite Libraries
*/
-#ifndef _PSP2_KERNEL_USBD_H_
-#define _PSP2_KERNEL_USBD_H_
+#ifndef _VDSUITE_KERNEL_USBD_H
+#define _VDSUITE_KERNEL_USBD_H
#ifdef __cplusplus
extern "C" {
@@ -99,4 +99,4 @@ int sceUsbdInterruptTransfer(int endpoint_id,
}
#endif
-#endif /* _PSP2_KERNEL_USBD_H_ */
+#endif /* _VDSUITE_KERNEL_USBD_H */