Logo
Explore Help
Sign In
Virtualization/openbios
1
0
Fork 0
You've already forked openbios
mirror of https://gitlab.com/qemu-project/openbios.git synced 2024-02-13 08:34:06 +08:00
Code Issues Projects Releases Wiki Activity
Files
545998848fcf7758ae67c41b819385585f1f58b0
openbios/include/libopenbios/console.h

10 lines
213 B
C
Raw Normal View History

Commit extra files I forgot to "svn add" from the previous commit :( Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@697 f158a5a8-5612-0410-a976-696ce0be7e32
2010-03-14 20:19:46 +00:00
#ifndef VIDEO_CONSOLE_H
#define VIDEO_CONSOLE_H
/* libopenbios/console_common.c */
Avoid a lot of malloc/free traffic Each console write caused temporary buffer allocation. Avoid allocations by changing console_draw_str() to use Forth string parameters, which are usually readily available. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@872 f158a5a8-5612-0410-a976-696ce0be7e32
2010-09-29 20:30:51 +00:00
int console_draw_fstr(const char *str, int len);
Commit extra files I forgot to "svn add" from the previous commit :( Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@697 f158a5a8-5612-0410-a976-696ce0be7e32
2010-03-14 20:19:46 +00:00
int console_init(void);
void console_close(void);
#endif /* VIDEO_CONSOLE_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 177ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API