diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-16 03:13:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-16 03:13:33 +0000 |
commit | 63be31a84da432cfad81348136186a1b02d02eb3 (patch) | |
tree | ccaec0b2b5fe64b84930a28b8c373d4fba218110 /sys/arch/hppa/include | |
parent | b7f10b3e91aa2cd4d198b60ec8d99da0ae383f2b (diff) |
there are bugs, and then there are pastos
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/bus.h b/sys/arch/hppa/include/bus.h index 5472a140b32..0e069b60dc9 100644 --- a/sys/arch/hppa/include/bus.h +++ b/sys/arch/hppa/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.16 2002/02/16 02:40:12 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.17 2002/02/16 03:13:32 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -409,9 +409,9 @@ struct hppa_bus_dmamap { /* * PUBLIC MEMBERS: these are used by machine-independent code. */ + bus_size_t dm_mapsize; /* size of the mapping */ int dm_nsegs; /* # valid segments in mapping */ bus_dma_segment_t dm_segs[1]; /* segments; variable length */ - bus_size_t dm_mapsize; /* size of the mapping */ }; #endif /* _MACHINE_BUS_H_ */ |