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

Diff of /rtmk/ipc-object.h

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

revision 1.1 by jrydberg, Fri Dec 7 22:08:23 2001 UTC revision 1.2 by jrydberg, Sat Feb 16 15:17:15 2002 UTC
# Line 1  Line 1 
1  /* IPC object (IPC space) defintions.  /* IPC object (IPC space) defintions.
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@rtmk.org.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 101  extern kern_return_t ipc_object_lookup ( Line 101  extern kern_return_t ipc_object_lookup (
101                                          rtmk_port_t name,                                          rtmk_port_t name,
102                                          struct ipc_entry **entryp);                                          struct ipc_entry **entryp);
103    
104    /* Insert rights for port PORT specified by MSGT into OBJECT.  
105       NAMEP is the name that we should use.  */
106    
107    extern kern_return_t ipc_object_insert (struct ipc_object *object,
108                                            struct ipc_port *port,
109                                            int msgt, rtmk_port_t name);
110    
111  #endif /* ipc-object.h */  #endif /* ipc-object.h */

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

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