We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c031d commit eee3d22Copy full SHA for eee3d22
libraries/ENVIE_Video_coreboot/edid.h
@@ -18,6 +18,7 @@
18
19
#include <stdint.h>
20
#include "coreboot_tables.h"
21
+#include <stdio.h>
22
23
#define u8 uint8_t
24
#define u16 uint16_t
@@ -130,4 +131,4 @@ void set_vbe_mode_info_valid(const struct edid *edid, uintptr_t fb_addr);
130
131
void set_vbe_framebuffer_orientation(enum lb_fb_orientation orientation);
132
int set_display_mode(struct edid *edid, enum edid_modes mode);
133
-#endif /* EDID_H */
134
+#endif /* EDID_H */
0 commit comments