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

Diff of /rtmk/include/rtmk/ipc-port.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, Wed Mar 27 00:13:46 2002 UTC
# Line 1  Line 1 
1  /* IPC port definitions.  /* IPC port definitions.
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@opencores.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 30  Foundation, Inc., 59 Temple Place - Suit Line 30  Foundation, Inc., 59 Temple Place - Suit
30  /* Port types.  */  /* Port types.  */
31    
32  #define RTMK_PORT_TYPE(TYPE)        (1 << (16 + (TYPE)))  #define RTMK_PORT_TYPE(TYPE)        (1 << (16 + (TYPE)))
33  #define RTMK_PORT_TYPE_NONE         RTMK_PORT_TYPE(0)  #define RTMK_PORT_TYPE_NONE         0
34  #define RTMK_PORT_TYPE_SEND         RTMK_PORT_TYPE(RTMK_PORT_RIGHT_SEND)  #define RTMK_PORT_TYPE_SEND         RTMK_PORT_TYPE(RTMK_PORT_RIGHT_SEND)
35  #define RTMK_PORT_TYPE_SEND_ONCE    RTMK_PORT_TYPE(RTMK_PORT_RIGHT_SEND_ONCE)  #define RTMK_PORT_TYPE_SEND_ONCE    RTMK_PORT_TYPE(RTMK_PORT_RIGHT_SEND_ONCE)
36  #define RTMK_PORT_TYPE_RECEIVE      RTMK_PORT_TYPE(RTMK_PORT_RIGHT_RECEIVE)  #define RTMK_PORT_TYPE_RECEIVE      RTMK_PORT_TYPE(RTMK_PORT_RIGHT_RECEIVE)

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