diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-05-13 21:28:00 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-05-13 21:28:00 +0000 |
commit | 69b0b0af7e5c464c2e9af522067fd3b35fe4b9b2 (patch) | |
tree | f5569cd37284a2183faa310296685986daaffdc6 /sys/arch/alpha/include | |
parent | 647ead7aca40107aaa5e9c855681c521abc66096 (diff) |
free(9) sizes.
From miod@
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r-- | sys/arch/alpha/include/bus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/bus.h b/sys/arch/alpha/include/bus.h index 3f623feee93..653a141df1a 100644 --- a/sys/arch/alpha/include/bus.h +++ b/sys/arch/alpha/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.31 2017/05/08 00:27:45 dlg Exp $ */ +/* $OpenBSD: bus.h,v 1.32 2019/05/13 21:27:59 mpi Exp $ */ /* $NetBSD: bus.h,v 1.10 1996/12/02 22:19:32 cgd Exp $ */ /* @@ -648,6 +648,7 @@ struct alpha_bus_dmamap { * Private cookie to be used by the DMA back-end. */ void *_dm_cookie; + size_t _dm_cookiesize; /* size allocated for _dm_cookie */ /* * The DMA window that we ended up being mapped in. |