patch-2.4.23 linux-2.4.23/drivers/ieee1394/ieee1394_transactions.h
Next file: linux-2.4.23/drivers/ieee1394/ieee1394_types.h
Previous file: linux-2.4.23/drivers/ieee1394/ieee1394_transactions.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-11-28 10:26:20.000000000 -0800
- Orig file:
linux-2.4.22/drivers/ieee1394/ieee1394_transactions.h
- Orig date:
2003-06-13 07:51:34.000000000 -0700
diff -urN linux-2.4.22/drivers/ieee1394/ieee1394_transactions.h linux-2.4.23/drivers/ieee1394/ieee1394_transactions.h
@@ -7,7 +7,7 @@
/*
* Get and free transaction labels.
*/
-int hpsb_get_tlabel(struct hpsb_packet *packet, int wait);
+int hpsb_get_tlabel(struct hpsb_packet *packet);
void hpsb_free_tlabel(struct hpsb_packet *packet);
struct hpsb_packet *hpsb_make_readpacket(struct hpsb_host *host, nodeid_t node,
@@ -25,6 +25,8 @@
int tag, int sync);
struct hpsb_packet *hpsb_make_writepacket (struct hpsb_host *host, nodeid_t node,
u64 addr, quadlet_t *buffer, size_t length);
+struct hpsb_packet *hpsb_make_streampacket(struct hpsb_host *host, u8 *buffer,
+ int length, int channel, int tag, int sync);
/*
* hpsb_packet_success - Make sense of the ack and reply codes and
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)