mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-01 18:55:36 +00:00
11 lines
159 B
C
11 lines
159 B
C
|
#ifndef PATCH_KERNEL_H
|
||
|
#define PATCH_KERNEL_H
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool kernel_bfi_patch(char *binary, unsigned binary_size);
|
||
|
|
||
|
#endif /* PATCH_KERNEL_H */
|
||
|
|
||
|
|