aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/gma/gma.ads
blob: e83fff4936b52f4952c6e6d02373bcbef7cbf379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- 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;