aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv/foreigns.ads
blob: 5759ae4f56f8e21344101369dba9fc3373023b8b (plain)
1
2
3
4
5
with System; use System;

package Foreigns is
   function Find_Foreign (Name : String) return Address;
end Foreigns;