diff options
Diffstat (limited to 'kern/sref_i.h')
-rw-r--r-- | kern/sref_i.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/sref_i.h b/kern/sref_i.h index 65d0c1bf..7b2b07f2 100644 --- a/kern/sref_i.h +++ b/kern/sref_i.h @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _KERN_SREF_I_H -#define _KERN_SREF_I_H +#ifndef KERN_SREF_I_H +#define KERN_SREF_I_H #include <stdint.h> @@ -73,4 +73,4 @@ struct sref_counter { }; }; -#endif /* _KERN_SREF_I_H */ +#endif /* KERN_SREF_I_H */ |