diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-10 11:17:23 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-10 11:17:23 -0400 |
| commit | c29246408c963ece65515fae92540e76ac71b72b (patch) | |
| tree | 550b3814fc87de71b14d8b834fa9f6385ba7406e /libcuda/cuobjdump.h | |
| parent | 6f634718f6e1ddff8a9ec9da5de74856870b23c7 (diff) | |
Move some struct upward in cuda_runtime_api.cc
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/cuobjdump.h')
| -rw-r--r-- | libcuda/cuobjdump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcuda/cuobjdump.h b/libcuda/cuobjdump.h index 49af3e2..6ab6778 100644 --- a/libcuda/cuobjdump.h +++ b/libcuda/cuobjdump.h @@ -4,6 +4,7 @@ #include <list> #include <iostream> +typedef void * yyscan_t; struct cuobjdump_parser { yyscan_t scanner; int elfserial; |
