diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2010-05-08 18:54:47 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-05-08 18:54:47 +0000 |
| commit | 19effccdeea938d8fcc2410c23898c6ce64f5840 (patch) | |
| tree | c9a523664398c47ceb20c77198d8c47e2f3aef1e /sys/arm/include | |
| parent | c200853a4bd118af5dedc689173656c651dbef4e (diff) | |
Notes
Diffstat (limited to 'sys/arm/include')
| -rw-r--r-- | sys/arm/include/proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h index c7b2a4ef5c9c..088574464307 100644 --- a/sys/arm/include/proc.h +++ b/sys/arm/include/proc.h @@ -60,4 +60,6 @@ struct mdproc { void *md_sigtramp; }; +#define KINFO_PROC_SIZE 792 + #endif /* !_MACHINE_PROC_H_ */ |
