This commit is contained in:
Mario Fetka
2026-05-23 16:56:04 +02:00
parent 0d466ce30a
commit a080dfaa56
3 changed files with 124 additions and 3 deletions

1
kern.h
View File

@@ -13,6 +13,7 @@ extern void asm_esr_routine(void);
extern void esr_routine(ECB *ecb);
extern void KERN_CALL xmemmove(void *ziel, void *quelle, UI anz);
extern int KERN_CALL Net_Call(UI func, void *req, void *repl);
extern int KERN_CALL C32_LoadNios_Probe(UI axfunc, void *outbuf);
extern int KERN_CALL Net_Call_VLM_Raw(UI ax, UI bx, UI cx, UI dx,
void *req, void *repl,
UI p1, UI p2, UI p3);