From 86dd29d1f5c6dc1c7198799dab3703fdf8369c14 Mon Sep 17 00:00:00 2001 From: bjh21 Date: Sat, 9 Dec 2000 18:47:15 +0000 Subject: [PATCH] Add a definition of BUS_SPACE_ALIGNED_POINTER. --- sys/arch/arm26/include/bus.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm26/include/bus.h b/sys/arch/arm26/include/bus.h index 170056a2ef37..52d86992ba7d 100644 --- a/sys/arch/arm26/include/bus.h +++ b/sys/arch/arm26/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.2 2000/06/08 23:23:41 bjh21 Exp $ */ +/* $NetBSD: bus.h,v 1.3 2000/12/09 18:47:15 bjh21 Exp $ */ /*- * Copyright (c) 2000 Ben Harris @@ -65,6 +65,9 @@ extern int bus_space_shift(bus_space_tag_t, bus_space_handle_t, int, #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) (-1) #define bus_space_free(t, h, s) /* Do nothing */ +/* Used by ne2000.c */ +#define BUS_SPACE_ALIGNED_POINTER ALIGNED_POINTER + /* Bus barrier operations. */ #define BUS_SPACE_BARRIER_READ 0 #define BUS_SPACE_BARRIER_WRITE 0