orbital/tools/dumper/source/gpu_dumper.h
Alexandro Sanchez Bach 2482e517af
Added GPU IH dumper
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
2019-01-07 23:56:45 +01:00

14 lines
285 B
C

/**
* (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 */