Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 245095
Collapse All | Expand All

(-)a/src/bios_reader/bios_reader.c (-3 lines)
Lines 38-46 Link Here
38
38
39
#include "../i830_bios.h"
39
#include "../i830_bios.h"
40
40
41
typedef uint8_t CARD8;
42
typedef uint16_t CARD16;
43
typedef uint32_t CARD32;
44
#define _PARSE_EDID_
41
#define _PARSE_EDID_
45
#include "edid.h"
42
#include "edid.h"
46
43

Return to bug 245095