mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
Initial commit
This commit is contained in:
18
include/l4/api/space.h
Normal file
18
include/l4/api/space.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#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__ */
|
||||
Reference in New Issue
Block a user