9#include "../kernel/event.h"
10#include "../sf/service.h"
12Result capmtpInitialize(
void* mem,
size_t size,
u32 app_count,
u32 max_img,
u32 max_vid,
const char *other_name);
15Service* capmtpGetRootServiceSession(
void);
16Service* capmtpGetServiceSession(
void);
18Result capmtpStartCommandHandler(
void);
19Result capmtpStopCommandHandler(
void);
20bool capmtpIsRunning(
void);
21Event *capmtpGetConnectionEvent(
void);
22bool capmtpIsConnected(
void);
23Event *capmtpGetScanErrorEvent(
void);
24Result capmtpGetScanError(
void);
Kernel-mode event structure.
Definition event.h:13
Service object structure.
Definition service.h:14
u32 Result
Function error code result type.
Definition types.h:44
uint32_t u32
32-bit unsigned integer.
Definition types.h:21