X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=AcessNative%2Fsyscalls.h;h=37bc88cc6548b6b2f4eba738c60a07df54f61432;hb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;hp=d1a0bdce499f076dc214c0a31225a3ef6acb8f4e;hpb=6d6b367c4f5e413a9e4135d9f5c40077c3724525;p=tpg%2Facess2.git diff --git a/AcessNative/syscalls.h b/AcessNative/syscalls.h index d1a0bdce..37bc88cc 100644 --- a/AcessNative/syscalls.h +++ b/AcessNative/syscalls.h @@ -14,6 +14,11 @@ * uint8_t paramData[SUM(params[].Lengh)]; */ +typedef struct { + uint32_t pid; + uint32_t key; +} tRequestAuthHdr; + typedef struct sRequestValue { /// \see eArgumentTypes uint16_t Type;