/[rtmk]/rtmk/ipc-port.h
ViewVC logotype

Diff of /rtmk/ipc-port.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Mon Dec 10 20:51:04 2001 UTC revision 1.3 by jrydberg, Thu Dec 13 02:09:38 2001 UTC
# Line 128  extern void ipc_port_init (void); Line 128  extern void ipc_port_init (void);
128    
129  extern kern_return_t ipc_port_create (struct ipc_port **portp);  extern kern_return_t ipc_port_create (struct ipc_port **portp);
130    
131    /* Create a new kernel port.  This port have not message queue since
132       all messages sent to it will be demuxed by the kernel demuxer.  */
133    
134    extern struct ipc_port *ipc_port_create_kernel (void);
135    
136    /* Set kernel object for PORT to OBJECT.  TYPE is type of kernel object.  */
137    
138    extern void ipc_port_set_kobject (struct ipc_port *port,
139                                      enum ipc_kobject_type type, void *object);
140    
141    
142  #endif /* ipc-port.h */  #endif /* ipc-port.h */
143    
144    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26