blob: f07946ae2d9c141d043198ee32727e1253438603 [file] [log] [blame]
Angel Pons64402bb2020-03-18 23:29:21 +01001-- SPDX-License-Identifier: GPL-2.0-only
devmaster643f888ef2019-01-09 11:42:32 +05302
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 ports : constant Port_List :=
11 (Analog,
12 others => Disabled);
13end GMA.Mainboard;