diff options
author | PA4WDH | 2023-05-21 11:47:32 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-21 11:47:32 +0200 |
commit | b5468b4acaec3794b0a3082ffe1ef27bd9d8cca3 (patch) | |
tree | 9cc699da0cce883dbeeba3c48849f13b1436eda4 /failsafe.h | |
parent | Tidy up cpufreq.c (diff) | |
download | cputemp2maxfreq-b5468b4acaec3794b0a3082ffe1ef27bd9d8cca3.tar.gz cputemp2maxfreq-b5468b4acaec3794b0a3082ffe1ef27bd9d8cca3.tar.bz2 cputemp2maxfreq-b5468b4acaec3794b0a3082ffe1ef27bd9d8cca3.zip |
Fix all .h files
Diffstat (limited to 'failsafe.h')
-rw-r--r-- | failsafe.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ +#ifndef HAVE_FAILSAFE_H +#define HAVE_FAILSAFE_H + void failsafe(); + +#endif |