
#include <exec/types.h>
#include <typedefs.h>

typedef struct Port PORT;
typedef struct Message MSG;

PutSyncMsg(port, msg)
PORT *port;
MSG *msg;
{

}


PutSyncMsgSimple(port, ptr, cmd)
PORT *port;
MSG *msg;
{

}

