coreboot-libre-fam15h-rdimm/3rdparty/libgfxinit/gfxtest/gfx_test_main.adb

7 lines
108 B
Ada

with HW.GFX.GMA.GFX_Test;
procedure GFX_Test_Main is
begin
HW.GFX.GMA.GFX_Test.Main;
end GFX_Test_Main;