From 287e808d5dc65165ceda5978976121938336f7c2 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sat, 24 Apr 2021 21:10:38 +0200 Subject: ghw: rename define from '_GHWLIB_H_' to '_LIBGHW_H_' --- ghw/libghw.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ghw/libghw.h') diff --git a/ghw/libghw.h b/ghw/libghw.h index 3efa65721..a6d22d0c0 100644 --- a/ghw/libghw.h +++ b/ghw/libghw.h @@ -15,8 +15,8 @@ along with this program. If not, see . */ -#ifndef _GHWLIB_H_ -#define _GHWLIB_H_ +#ifndef _LIBGHW_H_ +#define _LIBGHW_H_ #include #include @@ -26,7 +26,7 @@ #include "config.h" #endif -/* The ghwlib uses the standard c99 int32_t and int64_t. They are declared +/* The libghw uses the standard c99 int32_t and int64_t. They are declared in stdint.h. Header inttypes.h includes stdint.h and provides macro for printf and co specifiers. Use it if known to be available. */ @@ -468,4 +468,4 @@ void ghw_disp_range (union ghw_type *type, union ghw_range *rng); void ghw_disp_type (struct ghw_handler *h, union ghw_type *t); void ghw_disp_types (struct ghw_handler *h); -#endif /* _GHWLIB_H_ */ +#endif /* _LIBGHW_H_ */ -- cgit v1.2.3