Files
mop3/include/streams.h
kamkow1 80a728f04b
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
Implement streams IPC mechanism
2026-03-18 22:27:56 +01:00

8 lines
105 B
C

#ifndef _STREAMS_H
#define _STREAMS_H
#define STREAM_IN 1
#define STREAM_OUT 2
#endif // _STREAMS_H