diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-06-25 22:22:58 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-06-25 22:22:58 +0200 |
commit | aab4e32ce05a26bff7386bb86ffc24589cbe601c (patch) | |
tree | 3ee177109bf3b076b6cccf461cf559c284fa845a /sys/src/9/pc/screen.h | |
parent | ffde0eda463e8b908975abcabc5345cfaa1a14f7 (diff) |
pc, pc64: support for multiboot framebuffer, common bootargs and multiboot code
Diffstat (limited to 'sys/src/9/pc/screen.h')
-rw-r--r-- | sys/src/9/pc/screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/screen.h b/sys/src/9/pc/screen.h index 646edd6e2..401d056a3 100644 --- a/sys/src/9/pc/screen.h +++ b/sys/src/9/pc/screen.h @@ -147,6 +147,7 @@ extern int screensize(int, int, int, ulong); extern int screenaperture(int, int); extern Rectangle physgscreenr; /* actual monitor size */ extern void blankscreen(int); +extern char* rgbmask2chan(char *buf, int depth, u32int rm, u32int gm, u32int bm); extern void bootscreeninit(void); extern void bootscreenconf(VGAscr*); |