Generate a more easy to read filename for cached kernels

This commit is contained in:
jsteube
2016-01-04 20:56:15 +01:00
parent 8baf705f6a
commit 894140b816
4 changed files with 36 additions and 17 deletions

2
include/cpu-md5.h Normal file
View File

@@ -0,0 +1,2 @@
void md5_64 (uint block[16], uint digest[4]);

View File

@@ -2293,6 +2293,7 @@ void *thread_runtime (void *p);
*/
#include "cpu-crc32.h"
#include "cpu-md5.h"
/**
* ciphers for use on cpu

View File

@@ -875,6 +875,7 @@ struct __hc_device_param
// device specific attributes starting
char *device_name;
char *device_name_chksum;
char *device_version;
char *driver_version;