Buncha changes and fixes
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
#ifndef _QUARK_PHYSADDR_H
|
||||
#define _QUARK_PHYSADDR_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined __i386__ || __arm__
|
||||
typedef uint32_t physaddr_t;
|
||||
#elif defined __x86_64__ || __aarch64__
|
||||
typedef uint64_t physaddr_t;
|
||||
#else
|
||||
typedef uint64_t physaddr_t;
|
||||
#endif
|
||||
typedef unsigned long int physaddr_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user