Mirroring from commit 106549a4362f6b499da522f8f8f5ed9f98388f87 from Coreboot upstream

This commit is contained in:
2026-02-17 08:55:05 +10:00
commit 5e919b3ee7
279 changed files with 89283 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef __SVGAMODES_H
#define __SVGAMODES_H
struct generic_svga_mode {
u16 mode;
struct vgamode_s info;
};
extern struct generic_svga_mode svga_modes[];
extern unsigned int svga_mcount;
#endif /* __SVGAMODES_H */