mirror of
https://github.com/Wack0/entii-for-workcubes.git
synced 2025-12-19 18:06:24 -05:00
arcfw: fix compile error (forgot to commit this)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "types.h"
|
||||
#include "runtime.h"
|
||||
#include "pxiheap.h"
|
||||
|
||||
// IOS file/device handle.
|
||||
@@ -59,4 +60,4 @@ bool PxiIopIoctlAsyncActive(ULONG index);
|
||||
LONG PxiIopIoctlvAsync(IOS_HANDLE Handle, ULONG ControlCode, ULONG NumRead, ULONG NumWritten, PIOS_IOCTL_VECTOR Buffers, ULONG SwapBuffersIn, ULONG SwapBuffersOut, PVOID Context);
|
||||
bool PxiIopIoctlvAsyncPoll(ULONG index,LONG* Result, PVOID* Context);
|
||||
bool PxiIopIoctlvAsyncActive(ULONG index);
|
||||
void PxiInit(void);
|
||||
void PxiInit(ARTX_SYSTEM_TYPE SystemType);
|
||||
Reference in New Issue
Block a user