Removed leading underscore from physaddr.h

This commit is contained in:
2023-11-07 12:32:42 -06:00
parent 669ab6ba8a
commit 58d50a5e9a

View File

@@ -1,5 +1,5 @@
#ifndef _QUARK_PHYSADDR_H #ifndef QUARK_PHYSADDR_H
#define _QUARK_PHYSADDR_H #define QUARK_PHYSADDR_H
typedef unsigned long int physaddr_t; typedef unsigned long int physaddr_t;