diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2003-01-12 12:02:52 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2003-01-12 12:02:52 +0000 |
commit | 67a95110eca695cd33f34df5cbb19464ec9d964d (patch) | |
tree | 6b142b8d55d0a505cd606ab05bcdac6f3ae88844 /sys/dev | |
parent | f53f8923a80bfd72fe5e6c42fde15e3718856d28 (diff) |
Add link_speed to attach arg.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ieee1394/ieee1394var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ieee1394/ieee1394var.h b/sys/dev/ieee1394/ieee1394var.h index 01b5780e4d6..f7cb929f201 100644 --- a/sys/dev/ieee1394/ieee1394var.h +++ b/sys/dev/ieee1394/ieee1394var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee1394var.h,v 1.4 2002/12/30 11:19:45 tdeval Exp $ */ +/* $OpenBSD: ieee1394var.h,v 1.5 2003/01/12 12:02:51 tdeval Exp $ */ /* $NetBSD: ieee1394var.h,v 1.15 2002/02/27 05:04:28 jmc Exp $ */ /* @@ -74,6 +74,7 @@ typedef struct ieee1394_callbacks { typedef struct ieee1394_attach_args { char name[7]; + u_int8_t link_speed; u_int8_t uid[8]; u_int16_t nodeid; int (*read) (struct ieee1394_abuf *); |