mb/asus/p8h61-m_pro: Transform into variant setup
[coreboot.git] / src / mainboard / asus / h61m-cs / gma-mainboard.ads
blobf07946ae2d9c141d043198ee32727e1253438603
1 -- SPDX-License-Identifier: GPL-2.0-only
3 with HW.GFX.GMA;
4 with HW.GFX.GMA.Display_Probing;
6 use HW.GFX.GMA;
7 use HW.GFX.GMA.Display_Probing;
9 private package GMA.Mainboard is
10 ports : constant Port_List :=
11 (Analog,
12 others => Disabled);
13 end GMA.Mainboard;