PERFORCE change 153705 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 28 11:44:31 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153705

Change 153705 by sam at 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);


More information about the p4-projects mailing list