mirror of https://github.com/GOSTSec/sgminer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
159 B
11 lines
159 B
11 years ago
|
#ifndef PATCH_KERNEL_H
|
||
|
#define PATCH_KERNEL_H
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool kernel_bfi_patch(char *binary, unsigned binary_size);
|
||
|
|
||
|
#endif /* PATCH_KERNEL_H */
|
||
|
|
||
|
|