mini/ipcstruct.h

12 lines
141 B
C
Raw Normal View History

2009-01-08 23:27:22 +01:00
#ifndef __IPCSTRUCT_H__
#define __IPCSTRUCT_H__
#define IPC_IN_SIZE 32
#define IPC_OUT_SIZE 32
#ifndef _LANGUAGE_ASSEMBLY
#endif
#endif