Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:48:12

0001 #ifndef ISL_ID_TYPE_H
0002 #define ISL_ID_TYPE_H
0003 
0004 #include <isl/list.h>
0005 
0006 #if defined(__cplusplus)
0007 extern "C" {
0008 #endif
0009 
0010 struct __isl_export isl_id;
0011 typedef struct isl_id isl_id;
0012 
0013 ISL_DECLARE_EXPORTED_LIST_TYPE(id)
0014 
0015 struct __isl_export isl_multi_id;
0016 typedef struct isl_multi_id isl_multi_id;
0017 
0018 #if defined(__cplusplus)
0019 }
0020 #endif
0021 
0022 #endif