From 58d50a5e9a07530001e281edac6e7a87d2a7cfa5 Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Tue, 7 Nov 2023 12:32:42 -0600 Subject: [PATCH] Removed leading underscore from physaddr.h --- include/types/physaddr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types/physaddr.h b/include/types/physaddr.h index 3e12471..7fa7f73 100644 --- a/include/types/physaddr.h +++ b/include/types/physaddr.h @@ -1,5 +1,5 @@ -#ifndef _QUARK_PHYSADDR_H -#define _QUARK_PHYSADDR_H +#ifndef QUARK_PHYSADDR_H +#define QUARK_PHYSADDR_H typedef unsigned long int physaddr_t;