diff options
Diffstat (limited to 'arch/powerpc/include/asm/hvsi.h')
-rw-r--r-- | arch/powerpc/include/asm/hvsi.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/powerpc/include/asm/hvsi.h b/arch/powerpc/include/asm/hvsi.h index 91e0453b3743..d3f64f361814 100644 --- a/arch/powerpc/include/asm/hvsi.h +++ b/arch/powerpc/include/asm/hvsi.h | |||
@@ -78,17 +78,17 @@ struct hvsi_priv { | |||
78 | 78 | ||
79 | /* hvsi lib functions */ | 79 | /* hvsi lib functions */ |
80 | struct hvc_struct; | 80 | struct hvc_struct; |
81 | extern void hvsi_init(struct hvsi_priv *pv, | 81 | extern void hvsilib_init(struct hvsi_priv *pv, |
82 | int (*get_chars)(uint32_t termno, char *buf, int count), | 82 | int (*get_chars)(uint32_t termno, char *buf, int count), |
83 | int (*put_chars)(uint32_t termno, const char *buf, | 83 | int (*put_chars)(uint32_t termno, const char *buf, |
84 | int count), | 84 | int count), |
85 | int termno, int is_console); | 85 | int termno, int is_console); |
86 | extern int hvsi_open(struct hvsi_priv *pv, struct hvc_struct *hp); | 86 | extern int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp); |
87 | extern void hvsi_close(struct hvsi_priv *pv, struct hvc_struct *hp); | 87 | extern void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp); |
88 | extern int hvsi_read_mctrl(struct hvsi_priv *pv); | 88 | extern int hvsilib_read_mctrl(struct hvsi_priv *pv); |
89 | extern int hvsi_write_mctrl(struct hvsi_priv *pv, int dtr); | 89 | extern int hvsilib_write_mctrl(struct hvsi_priv *pv, int dtr); |
90 | extern void hvsi_establish(struct hvsi_priv *pv); | 90 | extern void hvsilib_establish(struct hvsi_priv *pv); |
91 | extern int hvsi_get_chars(struct hvsi_priv *pv, char *buf, int count); | 91 | extern int hvsilib_get_chars(struct hvsi_priv *pv, char *buf, int count); |
92 | extern int hvsi_put_chars(struct hvsi_priv *pv, const char *buf, int count); | 92 | extern int hvsilib_put_chars(struct hvsi_priv *pv, const char *buf, int count); |
93 | 93 | ||
94 | #endif /* _HVSI_H */ | 94 | #endif /* _HVSI_H */ |