blob: e87f8437ec9ce38949f6233da41d6f9bda9116c0 [file] [log] [blame]
#ifndef ISL_ID_TYPE_H
#define ISL_ID_TYPE_H
#include <isl/list.h>
#if defined(__cplusplus)
extern "C" {
#endif
struct isl_id;
typedef struct isl_id isl_id;
ISL_DECLARE_LIST_TYPE(id)
#if defined(__cplusplus)
}
#endif
#endif