vt: Unbreak build on no-splash configurations

PR:		201751
Differential Revision:	https://reviews.freebsd.org/D3151
Tested by:	Andrey Fesenko
Approved by:	markj (mentor)
MFC after:	1 week
This commit is contained in:
Conrad Meyer 2015-07-22 15:30:10 +00:00
parent 7cca17758c
commit 5f7d6682c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285794

View File

@ -154,6 +154,10 @@ extern unsigned int vt_logo_width;
extern unsigned int vt_logo_height;
extern unsigned int vt_logo_depth;
extern unsigned char vt_logo_image[];
#ifndef DEV_SPLASH
#define vtterm_draw_cpu_logos(...)
const unsigned int vt_logo_sprite_height;
#endif
/* Font. */
extern struct vt_font vt_font_default;