[PARISC] rename *_ANY_ID to PA_*_ANY_ID in the exported header

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
Kyle McMartin
2007-01-13 15:02:09 -05:00
committed by Kyle McMartin
parent f3cf267335
commit f354ef8abe
3 changed files with 13 additions and 8 deletions
+5
View File
@@ -4,6 +4,11 @@
#include <linux/mod_devicetable.h>
#include <asm/pdc.h>
#define HWTYPE_ANY_ID PA_HWTYPE_ANY_ID
#define HVERSION_ANY_ID PA_HVERSION_ANY_ID
#define HVERSION_REV_ANY_ID PA_HVERSION_REV_ANY_ID
#define SVERSION_ANY_ID PA_SVERSION_ANY_ID
struct hp_hardware {
unsigned short hw_type:5; /* HPHW_xxx */
unsigned short hversion;