diff options
author | Christian Cunningham <cc@localhost> | 2021-12-04 18:04:03 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-04 18:04:03 -0700 |
commit | ee7d1dea9de7723a92c4598814e5f1cff67c0d07 (patch) | |
tree | b2b7af54e39420a5c601a89b147e3854f788a804 /src/util/time.h | |
parent | 51af35ffc632f7979fecc609445af8378466d405 (diff) |
Standardized header guard
Diffstat (limited to 'src/util/time.h')
-rw-r--r-- | src/util/time.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |