summaryrefslogtreecommitdiff
path: root/kern/perfmon_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/perfmon_i.h')
-rw-r--r--kern/perfmon_i.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/kern/perfmon_i.h b/kern/perfmon_i.h
index 28cf16b..3072171 100644
--- a/kern/perfmon_i.h
+++ b/kern/perfmon_i.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 Remy Noel.
+ * Copyright (c) 2014-2018 Remy Noel.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,17 +16,17 @@
*
*
* Performance monitoring based on performance counters internal functions.
- *
*/
-#ifndef _KERN_PERFMON_I_H
-#define _KERN_PERFMON_I_H
+
+#ifndef KERN_PERFMON_I_H
+#define KERN_PERFMON_I_H
#include <kern/perfmon.h>
#ifdef CONFIG_PERFMON_TEST
/*
- * Set an running event hardware counter value for overflow tests purposes.
+ * Set a running event hardware counter value for overflow tests purposes.
*
* Beware, this will affect all events associated to the same hardware counter.
*/
@@ -39,5 +39,4 @@ int perfmon_get_pmc_width(void);
#endif /* CONFIG_PERFMON_TEST */
-#endif /* _KERN_PERFMON_H */
-
+#endif /* KERN_PERFMON_I_H */