vitasdk
Documentation of the vitasdk
usbserv.h
Go to the documentation of this file.
1 
6 #ifndef _PSP2COMMON_USBSERV_H_
7 #define _PSP2COMMON_USBSERV_H_
8 
9 #include <psp2common/types.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 typedef enum SceUsbservErrorCode {
19  SCE_USBSERV_ERROR_FATAL = 0x802480FF
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* _PSP2COMMON_USBSERV_H_ */
SceUsbservErrorCode
Definition: usbserv.h:15
@ SCE_USBSERV_ERROR_NOT_SUPPORTED
Definition: usbserv.h:18
@ SCE_USBSERV_ERROR_INVALID_PARAM
Definition: usbserv.h:17
@ SCE_USBSERV_ERROR_UNAVAILABLE
Definition: usbserv.h:16
@ SCE_USBSERV_ERROR_FATAL
Definition: usbserv.h:19