Remove mail IPC subsystsem
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m31s
Build documentation / build-and-deploy (push) Successful in 39s

This commit is contained in:
2026-04-30 21:36:42 +02:00
parent 05d03716cb
commit 6298251e66
18 changed files with 5 additions and 326 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _STREAMS_H
#define _STREAMS_H
#define STREAM_IN 1
#define STREAM_OUT 2
#define STREAM_IN 0
#define STREAM_OUT 1
#endif // _STREAMS_H