AcessNative - Fixed CLIShell
[tpg/acess2.git] / AcessNative / syscalls.h
index 3c7bd85..37bc88c 100644 (file)
  * uint8_t     paramData[SUM(params[].Lengh)];
  */
 
+typedef struct {
+       uint32_t        pid;
+       uint32_t        key;
+} tRequestAuthHdr;
+
 typedef struct sRequestValue {
        /// \see eArgumentTypes
        uint16_t        Type;
@@ -64,6 +69,7 @@ enum eSyscalls {
        SYS_SENDMSG,
        SYS_GETMSG,
        SYS_SELECT,
+       SYS_WAITEVENT,
        
        N_SYSCALLS
 };
@@ -103,7 +109,8 @@ static const char * casSYSCALL_NAMES[] = {
        "SYS_AN_FORK",
        "SYS_SENDMSG",
        "SYS_GETMSG",
-       "SYS_SELECT"
+       "SYS_SELECT",
+       "SYS_WAITEVENT"
 };
 #endif
 

UCC git Repository :: git.ucc.asn.au