coreboot/src/mainboard/libretrend/lt1000/gma-mainboard.ads

18 lines
330 B
Ada

-- SPDX-License-Identifier: GPL-2.0-or-later
-- This file is part of the coreboot project.
with HW.GFX.GMA;
with HW.GFX.GMA.Display_Probing;
use HW.GFX.GMA;
use HW.GFX.GMA.Display_Probing;
private package GMA.Mainboard is
ports : constant Port_List :=
(DP1,
HDMI2,
others => Disabled);
end GMA.Mainboard;