summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/ldcvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/dev/ldcvar.h')
-rw-r--r--sys/arch/sparc64/dev/ldcvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/ldcvar.h b/sys/arch/sparc64/dev/ldcvar.h
index 618265c7761..a3a67b2d177 100644
--- a/sys/arch/sparc64/dev/ldcvar.h
+++ b/sys/arch/sparc64/dev/ldcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldcvar.h,v 1.1 2009/01/10 17:13:28 kettenis Exp $ */
+/* $OpenBSD: ldcvar.h,v 1.2 2009/01/12 19:34:08 kettenis Exp $ */
/*
* Copyright (c) 2009 Mark Kettenis
*
@@ -89,6 +89,7 @@ struct ldc_conn {
void *lc_sc;
void (*lc_reset)(struct ldc_conn *);
+ void (*lc_start)(struct ldc_conn *);
void (*lc_rx_data)(struct ldc_conn *, struct ldc_pkt *);
};