diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:17:31 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:17:31 -0700 |
commit | 755db30028622de604ef98a5b28c2c4128b6f3d7 (patch) | |
tree | e56d5cad9816a61a18434bb88b8fee5a07dbc034 /libhw/host_util.h | |
parent | dd83b1e231ea89e4ceb3302d3b68fca4761b11b8 (diff) |
Oh dang, I broke `make lint` a while back :(
Diffstat (limited to 'libhw/host_util.h')
-rw-r--r-- | libhw/host_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhw/host_util.h b/libhw/host_util.h index edb6da4..f3ef6b4 100644 --- a/libhw/host_util.h +++ b/libhw/host_util.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#ifndef _LIBHW_HOST_SIGRT_H_ -#define _LIBHW_HOST_SIGRT_H_ +#ifndef _LIBHW_HOST_UTIL_H_ +#define _LIBHW_HOST_UTIL_H_ #include <time.h> /* for struct timespec */ #include <sys/time.h> /* for struct timeval */ @@ -44,4 +44,4 @@ static inline uint64_t ns_from_host_ns_time(host_ns_time_t host_time) { ((uint64_t)host_time.tv_nsec); } -#endif /* _LIBHW_HOST_SIGRT_H_ */ +#endif /* _LIBHW_HOST_UTIL_H_ */ |