diff options
author | 3gg <3gg@shellblade.net> | 2025-02-08 18:14:45 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-02-08 18:14:45 -0800 |
commit | 2dd1239ae661a1704c94501bbfc46afd4ca94863 (patch) | |
tree | ed441f19b2835807db9ed461f7d1b3db0aa024dc /src/raspi.c | |
parent | 9bbddb13df34587d1e664b5f17d50778f6b48f7e (diff) |
Diffstat (limited to 'src/raspi.c')
-rw-r--r-- | src/raspi.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/raspi.c b/src/raspi.c index bc76f89..ff9ab33 100644 --- a/src/raspi.c +++ b/src/raspi.c | |||
@@ -1,3 +1,7 @@ | |||
1 | /* | ||
2 | References: | ||
3 | https://wiki.osdev.org/Detecting_Raspberry_Pi_Board | ||
4 | */ | ||
1 | #include <raspi.h> | 5 | #include <raspi.h> |
2 | 6 | ||
3 | #include <stdint.h> | 7 | #include <stdint.h> |