summaryrefslogtreecommitdiff
path: root/libcuda/cuobjdump.h
blob: 66cd7363838b9dd3b238716cd70a092e15494862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __cuobjdump_h__
#define __cuobjdump_h__
struct cuobjdump_parser {
    yyscan_t scanner;
    int elfserial;
    int ptxserial;
    FILE *ptxfile;
    FILE *elffile;
    FILE *sassfile;
    char filename [1024];
};
#endif /* __cuobjdump_h__ */