summaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hash.h b/hash.h
index e923fee4..246be9b8 100644
--- a/hash.h
+++ b/hash.h
@@ -5,6 +5,9 @@ extern "C" {
#include <mdfour.h>
}
+// Grabbed from linux/module.h kernel include.
+#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
+
class hash
{
private: