vitasdk
Documentation of the vitasdk
usbserv.h
Go to the documentation of this file.
1 
6 #ifndef _PSP2KERN_USBSERV_H_
7 #define _PSP2KERN_USBSERV_H_
8 
9 #include <psp2common/usbserv.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
23 
32 
41 
50 
61 int ksceUsbServMacSelect(SceUInt usbPort, SceBool clientMode);
62 
73 
82 
83 #ifdef __cplusplus
84 }
85 #endif
86 
87 #endif /* _PSP2KERN_USBSERV_H_ */
int SceBool
Definition: types.h:59
uint32_t SceUInt
Definition: types.h:48
int ksceUsbServEtherDisable(void)
Disable PSTV ethernet.
SceBool ksceUsbServMacGet(SceUInt usbPort)
Get USB port mode.
int ksceUsbServAccessoryDeactivate(void)
Disable accessory port.
int ksceUsbServDisableEtherSuspend(void)
Prevent PSTV ethernet hibernation.
int ksceUsbServMacSelect(SceUInt usbPort, SceBool clientMode)
Set USB port mode.
int ksceUsbServEtherEnable(void)
Enable PSTV ethernet.
int ksceUsbServAccessoryActivate(void)
Enable accessory port.