blob: 3f4dd45d68795cf85c3d7e0c4c6eb05093d73e85 [file] [log] [blame]
Angel Pons8d5c24d2021-03-01 15:59:58 +01001--
2-- Copyright (C) 2021 Angel Pons <th3fanbus@gmail.com>
3--
4-- This program is free software; you can redistribute it and/or modify
5-- it under the terms of the GNU General Public License as published by
6-- the Free Software Foundation; either version 2 of the License, or
7-- (at your option) any later version.
8--
9-- This program is distributed in the hope that it will be useful,
10-- but WITHOUT ANY WARRANTY; without even the implied warranty of
11-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-- GNU General Public License for more details.
13--
14
15with HW.GFX.DP_Aux_Ch;
16
17private generic
18
19 type T (<>) is limited private;
20
21 with package Aux_Ch is new DP_Aux_Ch (T => T, others => <>);
22
23package HW.GFX.DP_Dual_Mode is
24
25 procedure Switch_LSPCON (Port : in T);
26
27end HW.GFX.DP_Dual_Mode;