aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mako.i.cabal.ca>2007-01-13 15:02:09 -0500
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-02-17 01:09:12 -0500
commitf354ef8abe5d6d967c023b21980241e6f883a698 (patch)
treef427f59479d3d645ece5a631fad4024ba02dbca1 /include/asm-parisc
parentf3cf2673358e4221afbb59721a8580a8f35479a5 (diff)
[PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported header
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r--include/asm-parisc/hardware.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-parisc/hardware.h b/include/asm-parisc/hardware.h
index ac5881492b10..76d880dc4bae 100644
--- a/include/asm-parisc/hardware.h
+++ b/include/asm-parisc/hardware.h
@@ -4,6 +4,11 @@
4#include <linux/mod_devicetable.h> 4#include <linux/mod_devicetable.h>
5#include <asm/pdc.h> 5#include <asm/pdc.h>
6 6
7#define HWTYPE_ANY_ID PA_HWTYPE_ANY_ID
8#define HVERSION_ANY_ID PA_HVERSION_ANY_ID
9#define HVERSION_REV_ANY_ID PA_HVERSION_REV_ANY_ID
10#define SVERSION_ANY_ID PA_SVERSION_ANY_ID
11
7struct hp_hardware { 12struct hp_hardware {
8 unsigned short hw_type:5; /* HPHW_xxx */ 13 unsigned short hw_type:5; /* HPHW_xxx */
9 unsigned short hversion; 14 unsigned short hversion;