From 8fb3ad519bd515a358bb8bfc775495e23c683915 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 13 Dec 1998 06:39:11 +0000 Subject: define PDC arguments alignment --- sys/arch/hppa/include/pdc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa/include') diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h index 16ce27ad9c9..76c59f29a2e 100644 --- a/sys/arch/hppa/include/pdc.h +++ b/sys/arch/hppa/include/pdc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.h,v 1.7 1998/12/05 17:34:04 mickey Exp $ */ +/* $OpenBSD: pdc.h,v 1.8 1998/12/13 06:39:10 mickey Exp $ */ /* * Copyright (c) 1990 mt Xinu, Inc. All rights reserved. @@ -91,6 +91,7 @@ #define MINIOSIZ 64 /* minimum buffer size for IODC call */ #define MAXIOSIZ (64 * 1024) /* maximum buffer size for IODC call */ +#define PDC_ALIGNMENT __attribute__ ((aligned(8))) /* * The PDC Entry Points and their arguments... -- cgit v1.2.3