aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.h
diff options
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index 50699874..6ad1a770 100644
--- a/lib.h
+++ b/lib.h
@@ -1,5 +1,10 @@
-#ifndef LIST_H
-#define LIST_H
+#ifndef LIB_H
+#define LIB_H
+/*
+ * Basic helper routine descriptions for 'sparse'.
+ *
+ * Copyright (C) 2003 Linus Torvalds, all rights reserved.
+ */
extern unsigned int hexval(unsigned int c);