10 lines
134 B
C
10 lines
134 B
C
#ifndef SOCKS_TYPES_H_
|
|
#define SOCKS_TYPES_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uintptr_t phys_addr_t;
|
|
typedef uint64_t cycles_t;
|
|
|
|
#endif
|