soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / hp / compaq_8200_elite_sff / gma-mainboard.ads
blob686f7d44db26b9533c413bd9c9e44dda45934e6a
1 -- SPDX-License-Identifier: GPL-2.0-or-later
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
11 ports : constant Port_List :=
12 (DP2,
13 HDMI2,
14 Analog,
15 others => Disabled);
17 end GMA.Mainboard;