Deleted Added
full compact
2c2
< * Copyright (c) 2003-2005, Joseph Koshy
---
> * Copyright (c) 2003-2006, Joseph Koshy
26c26
< * $FreeBSD: head/sys/sys/pmckern.h 148562 2005-07-30 09:02:42Z jkoshy $
---
> * $FreeBSD: head/sys/sys/pmckern.h 157144 2006-03-26 12:20:54Z jkoshy $
45a46,49
> #define PMC_FN_KLD_LOAD 5
> #define PMC_FN_KLD_UNLOAD 6
> #define PMC_FN_MMAP 7
> #define PMC_FN_MUNMAP 8
49c53
< uintptr_t pm_entryaddr;
---
> uintfptr_t pm_entryaddr;
51a56,65
> struct pmckern_map_in {
> void *pm_file; /* filename or vnode pointer */
> uintfptr_t pm_address; /* address object is loaded at */
> };
>
> struct pmckern_map_out {
> uintfptr_t pm_address; /* start address of region */
> size_t pm_size; /* size of unmapped region */
> };
>