aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans_foreign.ads
blob: dd66b5132c6f7346e14bd8c02ebf4b4944b14251 (plain)
1
2
3
4
5
6
7
8
9
10
11
with System; use System;

with Vhdl.Nodes; use Vhdl.Nodes;
with Vhdl.Back_End;

package Trans_Foreign is
   procedure Init;

   function Get_Foreign_Address
     (Decl : Iir; Info : Vhdl.Back_End.Foreign_Info_Type) return Address;
end Trans_Foreign;