blob: c9e432692416592d49eac8b8611f57884526fc2f [file] [log] [blame]
Joel Linna70493d2024-03-02 13:59:52 +01001-- SPDX-License-Identifier: GPL-2.0-or-later
2
3with HW.GFX.GMA;
4with HW.GFX.GMA.Display_Probing;
5
6use HW.GFX.GMA;
7use HW.GFX.GMA.Display_Probing;
8
9private package GMA.Mainboard is
10
11 ports : constant Port_List :=
12 (HDMI1,
13 Analog,
14 others => Disabled);
15
16end GMA.Mainboard;