diff options
Diffstat (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads')
-rw-r--r-- | src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads b/src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads new file mode 100644 index 0000000000..fe0ff75726 --- /dev/null +++ b/src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads @@ -0,0 +1,15 @@ +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 := + (HDMI1, + HDMI3, + Analog, + others => Disabled); + +end GMA.Mainboard; |