mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / intel / gma / gma.ads
blob5cb45da8e73c89929ddfb9e95484f8d14284de29
1 -- SPDX-License-Identifier: GPL-2.0-only
3 with Interfaces.C;
5 with HW.GFX.EDID;
7 package GMA is
9 function read_edid
10 (raw_edid : out HW.GFX.EDID.Raw_EDID_Data;
11 port : in Interfaces.C.int)
12 return Interfaces.C.int
13 with
14 Side_Effects, Export, Convention => C, External_Name => "gma_read_edid";
16 end GMA;