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
+38
View File
@@ -0,0 +1,38 @@
; Generated by Ctran from atssv.cl
ATSSV_ING equ 1
IFNDEF IPC_ING
INCLUDE ..\inc\IPC.ING
ENDIF
IFNDEF TIMER_ING
INCLUDE ..\inc\TIMER.ING
ENDIF
IFNDEF ATS_INC
INCLUDE ..\inc\ATS.INC
ENDIF
; Class Numbers
C_ATSSV equ 13
C_ATSTIM equ 14
; Method Numbers
O_SV_KEY equ 5
O_SV_FREE equ 4
; Property of atssv
PRS_ATSSV struc
AtssvTimer dw ?
AtssvPm dw ?
AtssvFreed dw ?
AtssvPm_key dw ?
PRS_ATSSV ends
PR_ATSSV struc
AtssvRoot PRS_ROOT <>
AtssvServer PRS_SERVER <>
AtssvAtssv PRS_ATSSV <>
PR_ATSSV ends
; Property of atstim
PRS_ATSTIM struc
AtstimOwner dw ?
PRS_ATSTIM ends
PR_ATSTIM struc
AtstimRoot PRS_ROOT <>
AtstimActive PRS_ACTIVE <>
AtstimAtstim PRS_ATSTIM <>
PR_ATSTIM ends