Add wasm tacle-bench targets

This commit is contained in:
2026-06-12 20:06:22 +02:00
parent 30daa8a00c
commit 08c2e9c13d
1122 changed files with 520422 additions and 0 deletions

View File

@ -0,0 +1,32 @@
/*------------------------------------------------------------------------------
Copyright (C) 1998 : Space Systems Finland Ltd.
Space Systems Finland Ltd (SSF) allows you to use this version of
the DEBIE-I DPU software for the specific purpose and under the
specific conditions set forth in the Terms Of Use document enclosed
with or attached to this software. In particular, the software
remains the property of SSF and you must not distribute the software
to third parties without written and signed authorization from SSF.
System Name: DEBIE DPU SW
Subsystem : DAS
Module : classtab.h
Prototypes etc. for the ClassTab (event classification table) module.
Based on the SSF file classtab.h, rev 1.1, Mon Jan 18 11:53:20 1999.
- * --------------------------------------------------------------------------
*/
#ifndef CLASSTAB_H
#define CLASSTAB_H
#include "keyword.h"
extern unsigned char EXTERNAL event_class[ 256 ];
#endif