1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team 2020
5 * Management of foreign exports.
7 * ---------------------------------------------------------------------------*/
12 #include "LinkerInternals.h"
14 #include "BeginPrivate.h"
16 void foreignExportsLoadingObject(ObjectCode
*oc
);
17 void foreignExportsFinishedLoadingObject(void);
18 void processForeignExports(void);
20 #include "EndPrivate.h"