aboutsummaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-04 18:04:03 -0700
committerChristian Cunningham <cc@localhost>2021-12-04 18:04:03 -0700
commitee7d1dea9de7723a92c4598814e5f1cff67c0d07 (patch)
treeb2b7af54e39420a5c601a89b147e3854f788a804 /src/sys
parent51af35ffc632f7979fecc609445af8378466d405 (diff)
Standardized header guard
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/core.h b/src/sys/core.h
index 517b090..d720e17 100644
--- a/src/sys/core.h
+++ b/src/sys/core.h
@@ -1,5 +1,5 @@
-#ifndef CORE_H
-#define CORE_H
+#ifndef SYS_CORE_H
+#define SYS_CORE_H
extern unsigned long cntfrq;