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

6 lines
96 B
C

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