Integrate 3ds_pxi and 3ds_sm
This commit is contained in:
15
sysmodules/pxi/source/sender.h
Normal file
15
sysmodules/pxi/source/sender.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
sender.h
|
||||
Handles commands from arm11 processes, then sends them to Process9, and replies to arm11 processes the replies received from Process9 (=> receiver.c) (except for PXISRV11).
|
||||
|
||||
(c) TuxSH, 2016-2017
|
||||
This is part of 3ds_pxi, which is licensed under the MIT license (see LICENSE for details).
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
|
||||
Result sendPXICmdbuf(Handle *additionalHandle, u32 serviceId, u32 *buffer);
|
||||
void sender(void);
|
||||
void PXISRV11Handler(void);
|
||||
Reference in New Issue
Block a user