bb6e3d6e469c4b04b24015573bbca836d387b44c
[cdsspec-compiler.git] / include / cdsannotate.h
1 #ifndef CDS_ANNOTATE_H
2 #define CDS_ANNOTATE_H
3 #include <stdint.h>
4
5 void cdsannotate(uint64_t analysistype, void *annotation);
6
7 #endif