build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
/* Generated by Ctran from xactive.cl */
#define XACTIVE_G
#ifndef APPMAN_G
#include <appman.g>
#endif
/* Class Numbers */
#define C_LOGONA 7
#define C_UNLOAD 8
/* Method Numbers */
/* Property of logona */
typedef struct {
unsigned short int pid;
void *owner;
unsigned short int mess;
} PRS_LOGONA;
typedef struct pr_logona
{
PRS_ROOT root;
PRS_ACTIVE active;
PRS_LOGONA logona;
} PR_LOGONA;
/* Property of unload */
typedef struct {
int cathand;
} PRS_UNLOAD;
typedef struct pr_unload
{
PRS_ROOT root;
PRS_ACTIVE active;
PRS_UNLOAD unload;
} PR_UNLOAD;