19 lines
335 B
C
19 lines
335 B
C
#ifndef AMDUAT_PEL_ENC_H
|
|
#define AMDUAT_PEL_ENC_H
|
|
|
|
#include "amduat/enc/pel1_result.h"
|
|
#include "amduat/enc/pel_program_dag.h"
|
|
#include "amduat/enc/pel_trace_dag.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* Umbrella header for PEL encoding profile IDs. */
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif
|
|
|
|
#endif /* AMDUAT_PEL_ENC_H */
|