aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/hvconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/hvconsole.h')
-rw-r--r--include/asm-ppc64/hvconsole.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-ppc64/hvconsole.h b/include/asm-ppc64/hvconsole.h
index d89d94c91815..91c2414ac00b 100644
--- a/include/asm-ppc64/hvconsole.h
+++ b/include/asm-ppc64/hvconsole.h
@@ -32,9 +32,6 @@
32extern int hvc_get_chars(uint32_t vtermno, char *buf, int count); 32extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);
33extern int hvc_put_chars(uint32_t vtermno, const char *buf, int count); 33extern int hvc_put_chars(uint32_t vtermno, const char *buf, int count);
34 34
35/* Early discovery of console adapters. */ 35/* Register a vterm and a slot index for use as a console */
36extern int hvc_find_vtys(void);
37
38/* Implemented by a console driver */
39extern int hvc_instantiate(uint32_t vtermno, int index); 36extern int hvc_instantiate(uint32_t vtermno, int index);
40#endif /* _PPC64_HVCONSOLE_H */ 37#endif /* _PPC64_HVCONSOLE_H */