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:
cem 2015-07-22 15:30:10 +00:00
parent 606fc6cd55
commit d7cb949c3a

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;