aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2011-12-11 21:10:11 +0000
committerAndriy Gapon <avg@FreeBSD.org>2011-12-11 21:10:11 +0000
commit8538a18594a0205a23ad2301ad7f0a6154412687 (patch)
tree03ccee76c7027c3cb59819994f486496fd4bd6f6 /sys/dev/syscons/syscons.h
parent3be02c20ca9de7b83824d21386afd3f62e27545a (diff)
downloadsrc-8538a18594a0205a23ad2301ad7f0a6154412687.tar.gz
src-8538a18594a0205a23ad2301ad7f0a6154412687.zip
syscons: make sc_puts static as it is used only privately
Perhaps sc_puts should also be renamed to scputs to follow the implied naming conventions in the file... MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=228426
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index 79f531bd47a1..7280d8931c50 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -562,7 +562,6 @@ void sc_save_font(scr_stat *scp, int page, int size, int width,
void sc_show_font(scr_stat *scp, int page);
void sc_touch_scrn_saver(void);
-void sc_puts(scr_stat *scp, u_char *buf, int len, int kernel);
void sc_draw_cursor_image(scr_stat *scp);
void sc_remove_cursor_image(scr_stat *scp);
void sc_set_cursor_image(scr_stat *scp);