mini/ipcstruct.h
2009-01-08 23:27:22 +01:00

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