mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-16 08:29:25 +01:00
12 lines
141 B
C
12 lines
141 B
C
|
#ifndef __IPCSTRUCT_H__
|
||
|
#define __IPCSTRUCT_H__
|
||
|
|
||
|
#define IPC_IN_SIZE 32
|
||
|
#define IPC_OUT_SIZE 32
|
||
|
|
||
|
#ifndef _LANGUAGE_ASSEMBLY
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|