Date: Fri, 28 Nov 2008 19:44:30 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153705 for review Message-ID: <200811281944.mASJiUw5080436@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153705 Change 153705 by sam@sam_ebb on 2008/11/28 19:44:22 add link set glue Affected files ... .. //depot/projects/vap/sys/dev/ath/ah_osdep.h#6 edit Differences ... ==== //depot/projects/vap/sys/dev/ath/ah_osdep.h#6 (text+ko) ==== @@ -33,13 +33,20 @@ /* * Atheros Hardware Access Layer (HAL) OS Dependent Definitions. */ +#include <sys/cdefs.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/endian.h> +#include <sys/linker_set.h> #include <machine/bus.h> /* + * Linker set writearounds for chip and RF backend registration. + */ +#define OS_DATA_SET(set, item) DATA_SET(set, item) + +/* * Delay n microseconds. */ extern void ath_hal_delay(int);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811281944.mASJiUw5080436>