Commit 999bc1ff authored by David Binder's avatar David Binder Committed by Greg Kroah-Hartman

staging: unisys: visorbus: Rename what vmcallinterface.h #define

Renames __IOMONINTF_H__ to __VMCALLINTERFACE_H__, which more closely
reflects the naming conventions of the code.
Signed-off-by: default avatarDavid Binder <david.binder@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ea0d2075
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
* details. * details.
*/ */
#ifndef __IOMONINTF_H__ #ifndef __VMCALLINTERFACE_H__
#define __IOMONINTF_H__ #define __VMCALLINTERFACE_H__
/* /*
* This file contains all structures needed to support the VMCALLs for IO * This file contains all structures needed to support the VMCALLs for IO
...@@ -174,4 +174,4 @@ do { \ ...@@ -174,4 +174,4 @@ do { \
MDS_APPOS, post_code_temp); \ MDS_APPOS, post_code_temp); \
} while (0) } while (0)
#endif /* __IOMONINTF_H__ */ #endif /* __VMCALLINTERFACE_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment