blob: e83fff4936b52f4952c6e6d02373bcbef7cbf379 [file] [log] [blame]
-- SPDX-License-Identifier: GPL-2.0-only
with Interfaces.C;
with HW.GFX.EDID;
package GMA is
function read_edid
(raw_edid : out HW.GFX.EDID.Raw_EDID_Data;
Port : in Interfaces.C.int)
return Interfaces.C.int
with
Export, Convention => C, External_Name => "gma_read_edid";
end GMA;