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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/ldcvar.h b/sys/arch/sparc64/dev/ldcvar.h
index a3a67b2d177..832823a2375 100644
--- a/sys/arch/sparc64/dev/ldcvar.h
+++ b/sys/arch/sparc64/dev/ldcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldcvar.h,v 1.2 2009/01/12 19:34:08 kettenis Exp $ */
+/* $OpenBSD: ldcvar.h,v 1.3 2009/05/12 21:52:30 kettenis Exp $ */
/*
* Copyright (c) 2009 Mark Kettenis
*
@@ -33,6 +33,9 @@ void ldc_queue_free(bus_dma_tag_t, struct ldc_queue *);
* LDC virtual link layer protocol.
*/
+#define LDC_VERSION_MAJOR 1
+#define LDC_VERSION_MINOR 0
+
struct ldc_pkt {
uint8_t type;
uint8_t stype;