diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-12 21:52:31 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-05-12 21:52:31 +0000 |
commit | b14314d2b4e95332f8b53ecb75935431bcc0f0e2 (patch) | |
tree | e27f47f36437c945590a56634f51b60abc572e12 /sys/arch/sparc64/dev | |
parent | 4a1c6f68042c40b4e874480f965f3a9e3ee6006d (diff) |
Unbreak build.
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/ldcvar.h | 5 |
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; |