/*
 * PCN System
 * Author:      Steve Tuecke
 *              Argonne National Laboratory
 *
 * Please see the DISCLAIMER file in the top level directory of the
 * distribution regarding the provisions under which this software
 * is distributed.
 *
 * link_internal.h
 *
 * Header file used by all of the linker module components (both PCN and C).
 */

#ifndef _PCN_INCLUDE_LINK_INTERNAL_H
#define _PCN_INCLUDE_LINK_INTERNAL_H

#ifdef PCN

#include "pcn_stdio.h"

#else  /* PCN */

#include <stdio.h>
#include "pcn_c_hdr.h"
#include "pcn_types.h"

#endif /* PCN */

#include "pcno.h"
#include "pcn_linker.h"

#endif /* _PCN_INCLUDE_LINK_INTERNAL_H */

