diff options
Diffstat (limited to 'kern/condition_types.h')
-rw-r--r-- | kern/condition_types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/condition_types.h b/kern/condition_types.h index abd42f21..ddff2aea 100644 --- a/kern/condition_types.h +++ b/kern/condition_types.h @@ -18,11 +18,11 @@ * Isolated type definition used to avoid inclusion circular dependencies. */ -#ifndef _KERN_CONDITION_TYPES_H -#define _KERN_CONDITION_TYPES_H +#ifndef KERN_CONDITION_TYPES_H +#define KERN_CONDITION_TYPES_H struct condition { unsigned int _unused; }; -#endif /* _KERN_CONDITION_TYPES_H */ +#endif /* KERN_CONDITION_TYPES_H */ |