diff options
Diffstat (limited to 'src/vhdl/translate/trans_foreign.ads')
-rw-r--r-- | src/vhdl/translate/trans_foreign.ads | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/vhdl/translate/trans_foreign.ads b/src/vhdl/translate/trans_foreign.ads new file mode 100644 index 000000000..dd66b5132 --- /dev/null +++ b/src/vhdl/translate/trans_foreign.ads @@ -0,0 +1,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; |