Files
quark-kernel/include/types/physaddr.h

6 lines
98 B
C

#ifndef _QUARK_PHYSADDR_H
#define _QUARK_PHYSADDR_H
typedef unsigned long int physaddr_t;
#endif