Newer
Older
Atmosphere / stratosphere / loader / source / iserviceobject.hpp
@Michael Scire Michael Scire on 18 Apr 2018 232 bytes Stratosphere: Skeleton more of ldr:dmnt->Dispatch()
#pragma once
#include <switch.h>

class IServiceObject {
    public:
        virtual Result dispatch(IpcParsedCommand *r, u32 *cmd_buf, u32 cmd_id, u32 *in_rawdata, u32 in_rawdata_size, u32 *out_rawdata, u32 *out_raw_data_count);
};