Files
codezero/include/l4/api/space.h
Bahadir Balban e2b791a3d8 Initial commit
2008-01-13 13:53:52 +00:00

19 lines
258 B
C

#ifndef __API_SPACE_H__
#define __API_SPACE_H__
enum space_control_opcode {
SPCCTRL_SHM = 0
};
#if 0
struct shm_kdata {
l4id_t creator;
unsigned long npages;
unsigned long server_pfn;
unsigned long client_pfn;
};
#endif
#endif /* __API_SPACE_H__ */