mirror of
https://github.com/opa334/TrollStore.git
synced 2025-04-12 23:33:11 +08:00
10 lines
181 B
C
10 lines
181 B
C
#ifndef __KERNEL_BASE_H__
|
|
#define __KERNEL_BASE_H__
|
|
|
|
#include <mach/mach.h>
|
|
#include <stdint.h>
|
|
|
|
uint64_t kernel_base_from_holder(mach_port_t holder, uint64_t holder_addr);
|
|
|
|
#endif
|