aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads')
-rw-r--r--src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads15
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;