aboutsummaryrefslogtreecommitdiff
path: root/kmap/kmap.h
diff options
context:
space:
mode:
authorGuillermo Ramos2011-10-30 18:28:20 +0100
committerGuillermo Ramos2011-10-30 18:28:20 +0100
commit66bedda74e23e885e101ed46ea7065fea33e247f (patch)
treedc467d98aa5ecb441ee295c8558842135fe44867 /kmap/kmap.h
parent03b7f988677e923ce3ac3687dfbb45020060f417 (diff)
downloadevspy-66bedda74e23e885e101ed46ea7065fea33e247f.tar.gz
Modified evspy.h & kmap.h ifdefs (for coherence)
Diffstat (limited to 'kmap/kmap.h')
-rw-r--r--kmap/kmap.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/kmap/kmap.h b/kmap/kmap.h
index 7d6e8ad..c15c77a 100644
--- a/kmap/kmap.h
+++ b/kmap/kmap.h
@@ -21,8 +21,9 @@
#include <linux/list.h>
-#ifndef KHM
-#define KHM
+#ifndef _KMAP_H
+#define _KMAP_H
+
struct kmap {
struct list_head l;
@@ -38,4 +39,5 @@ void *kmap_get(struct kmap *head, int value);
void kmap_set(struct kmap *head, int value, void *data);
void kmap_display(struct kmap *head);
-#endif // KHM
+
+#endif /* _KMAP_H */