/** * (c) 2017-2019 Alexandro Sanchez Bach. * Released under MIT license. Read LICENSE for more details. * * Based in previous tools and research by: fail0verflow, flatz. */ #ifndef GPU_DUMPER_H #define GPU_DUMPER_H /* functions */ int gpu_dump_ih(); #endif /* GPU_DUMPER_H */