patch-2.4.7 linux/drivers/ieee1394/ieee1394_core.h
Next file: linux/drivers/ieee1394/ieee1394_syms.c
Previous file: linux/drivers/ieee1394/ieee1394_core.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jul 19 17:48:15 2001
- Orig file:
v2.4.6/linux/drivers/ieee1394/ieee1394_core.h
- Orig date:
Mon Dec 11 13:20:17 2000
diff -u --recursive --new-file v2.4.6/linux/drivers/ieee1394/ieee1394_core.h linux/drivers/ieee1394/ieee1394_core.h
@@ -70,6 +70,8 @@
/* Store jiffies for implementing bus timeouts. */
unsigned long sendtime;
+
+ quadlet_t embedded_header[5];
};
@@ -107,7 +109,7 @@
/* Initiate bus reset on the given host. Returns 1 if bus reset already in
* progress, 0 otherwise. */
-int hpsb_reset_bus(struct hpsb_host *host);
+int hpsb_reset_bus(struct hpsb_host *host, int type);
/*
* The following functions are exported for host driver module usage. All of
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)