soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / hp / compaq_elite_8300_usdt / gma-mainboard.ads
blob74b50645e6d8189db83b2349d589c1145527363d
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 (DP1,
13 DP2,
14 HDMI1,
15 HDMI2,
16 Analog,
17 others => Disabled);
19 end GMA.Mainboard;