|
@@ -1,5 +1,4 @@
|
|
|
/*
|
|
|
- * HvReleaseData.h
|
|
|
* Copyright (C) 2001 Mike Corrigan IBM Corporation
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
@@ -16,8 +15,8 @@
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
*/
|
|
|
-#ifndef _HVRELEASEDATA_H
|
|
|
-#define _HVRELEASEDATA_H
|
|
|
+#ifndef _ISERIES_RELEASE_DATA_H
|
|
|
+#define _ISERIES_RELEASE_DATA_H
|
|
|
|
|
|
/*
|
|
|
* This control block contains the critical information about the
|
|
@@ -61,4 +60,4 @@ struct HvReleaseData {
|
|
|
|
|
|
extern struct HvReleaseData hvReleaseData;
|
|
|
|
|
|
-#endif /* _HVRELEASEDATA_H */
|
|
|
+#endif /* _ISERIES_RELEASE_DATA_H */
|