mirror of
https://github.com/AlexAltea/orbital.git
synced 2025-04-02 10:32:05 -04:00
14 lines
285 B
C
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 */
|