diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/mutex.h | 4 | ||||
-rw-r--r-- | src/util/time.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/util/mutex.h b/src/util/mutex.h index 8c9a097..37def4b 100644 --- a/src/util/mutex.h +++ b/src/util/mutex.h @@ -1,5 +1,5 @@ -#ifndef SYS_MUTEX_H -#define SYS_MUTEX_H +#ifndef UTIL_MUTEX_H +#define UTIL_MUTEX_H #define NULL_PID 0 #define SCHED_PID 1 diff --git a/src/util/time.h b/src/util/time.h index 1fb3906..aa74896 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -1,5 +1,5 @@ -#ifndef TIME_H -#define TIME_H +#ifndef UTIL_TIME_H +#define UTIL_TIME_H void routing_core0cntv_to_core0irq(void); unsigned long read_core0timer_pending(void); |